Example usage for Java javax.media.j3d LinearFog fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_DISTANCE_WRITE Specifies that this LinearFog node allows write access to its distance information. |
LinearFog() Constructs a LinearFog node with default parameters. | |
LinearFog(Color3f color, double frontDistance, double backDistance) Constructs a LinearFog node with the specified fog color and distances. | |
LinearFog(float r, float g, float b) Constructs a LinearFog node with the specified fog color. |
void | setInfluencingBounds(Bounds region) Sets the Fog's influencing region to the specified bounds. |