Uses of Class
javax.media.j3d.Fog

Uses of Fog in javax.media.j3d
 

Subclasses of Fog in javax.media.j3d
 class ExponentialFog
          The ExponentialFog leaf node extends the Fog leaf node by adding a fog density that is used as the exponent of the fog equation.
 class LinearFog
          The LinearFog leaf node defines fog distance parameters for linear fog.
 

Methods in javax.media.j3d that return Fog
 Fog GraphicsContext3D.getFog()
          Retrieves the current Fog leaf node object.
 

Methods in javax.media.j3d with parameters of type Fog
 void GraphicsContext3D.setFog(Fog fog)
          Sets the current Fog to the specified Fog leaf node object.