Example usage for Java javax.media.j3d ExponentialFog fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_DENSITY_WRITE Specifies that this ExponentialFog node allows write access to its density information. |
ExponentialFog() Constructs an ExponentialFog node with default parameters. | |
ExponentialFog(Color3f color, float density) Constructs an ExponentialFog node with the specified fog color and density. |
void | setInfluencingBounds(Bounds region) Sets the Fog's influencing region to the specified bounds. |