Aviatrix3D 1.0

Uses of Class
org.j3d.aviatrix3d.Fog

Packages that use Fog
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.aviatrix3d.surface Various surface types for rendering the OpenGL output too that implement the DrawableSurface
 

Uses of Fog in org.j3d.aviatrix3d
 

Fields in org.j3d.aviatrix3d declared as Fog
 Fog RenderEnvironmentData.fog
          The current fog instance
 Fog CullOutputDetails.localFog
          If a locally declared fog is set, use it
 

Methods in org.j3d.aviatrix3d that return Fog
 Fog Scene.getActiveFog()
          Get the currently set active view.
 

Methods in org.j3d.aviatrix3d with parameters of type Fog
 void Scene.setActiveFog(Fog fog)
          Set the fog that should be applied to the current surface.
 int Fog.compareTo(Fog fog)
          Compares this object with the specified object for order.
 boolean Fog.equals(Fog fog)
          Compares this object with the specified object to check for equivalence.
 

Uses of Fog in org.j3d.aviatrix3d.surface
 

Fields in org.j3d.aviatrix3d.surface declared as Fog
protected  Fog BaseRenderingProcessor.currentFog
          The current fog instance
 

Methods in org.j3d.aviatrix3d.surface with parameters of type Fog
 void BaseRenderingProcessor.setActiveFog(Fog fog)
          Set the fog that should be applied to the current surface.
 


Aviatrix3D 1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2005 j3d.org