Aviatrix3D
2.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.renderer.aviatrix3d.loader Implementations of file loaders that produce an Aviatrix3D scene graph. 
 

Uses of Fog in org.j3d.aviatrix3d
 

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

Methods in org.j3d.aviatrix3d with parameters of type Fog
 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.
 void SimpleScene.setActiveFog(Fog fog)
          Set the fog that should be applied to the current surface.
 

Uses of Fog in org.j3d.renderer.aviatrix3d.loader
 

Methods in org.j3d.renderer.aviatrix3d.loader that return types with arguments of type Fog
 java.util.List<Fog> AVModel.getFogs()
          Get the list of fogs that are contained in the file.
 


Aviatrix3D
2.1.0

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