Aviatrix3D
2.0 Dev

Uses of Class
org.j3d.aviatrix3d.PolygonAttributes

Packages that use PolygonAttributes
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.aviatrix3d.pipeline.graphics Implementations of the various pipeline pieces. 
org.j3d.renderer.aviatrix3d.geom.particle Particle systems implemented using the Aviatrix3D scene graph. 
 

Uses of PolygonAttributes in org.j3d.aviatrix3d
 

Methods in org.j3d.aviatrix3d that return PolygonAttributes
 PolygonAttributes Appearance.getPolygonAttributes()
          Get the current polygon rendering attributes in use.
 

Methods in org.j3d.aviatrix3d with parameters of type PolygonAttributes
 int PolygonAttributes.compareTo(PolygonAttributes pa)
          Compares this object with the specified object for order.
 boolean PolygonAttributes.equals(PolygonAttributes pa)
          Compares this object with the specified object to check for equivalence.
 void Appearance.setPolygonAttributes(PolygonAttributes attr)
          Set the polygon rendering attributes to use.
 

Uses of PolygonAttributes in org.j3d.aviatrix3d.pipeline.graphics
 

Fields in org.j3d.aviatrix3d.pipeline.graphics declared as PolygonAttributes
protected  PolygonAttributes BaseStateSortStage.currentPolyAttr
          The currently valid polygon attributes
 

Uses of PolygonAttributes in org.j3d.renderer.aviatrix3d.geom.particle
 

Methods in org.j3d.renderer.aviatrix3d.geom.particle that return PolygonAttributes
 PolygonAttributes TriangleFanParticleSystem.getRecommendedPolygonAttributes()
          Get the attributes that the particle system implementation would prefer to have.
 PolygonAttributes QuadParticleSystem.getRecommendedPolygonAttributes()
          Get the attributes that the particle system implementation would prefer to have.
 


Aviatrix3D
2.0 Dev

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