Java javax.media.j3d ExponentialFog fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d ExponentialFog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d ExponentialFog.

The text is from its open source code.

Field

intALLOW_DENSITY_WRITE
Specifies that this ExponentialFog node allows write access to its density information.

Constructor

ExponentialFog()
Constructs an ExponentialFog node with default parameters.
ExponentialFog(Color3f color, float density)
Constructs an ExponentialFog node with the specified fog color and density.

Method

voidsetInfluencingBounds(Bounds region)
Sets the Fog's influencing region to the specified bounds.