j3d.org Aviatrix3D

Uses of Class
org.j3d.aviatrix3d.TextureAttributes

Packages that use TextureAttributes
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
org.j3d.renderer.aviatrix3d.geom.particle Particle systems implemented using the Aviatrix3D scene graph. 
 

Uses of TextureAttributes in org.j3d.aviatrix3d
 

Methods in org.j3d.aviatrix3d that return TextureAttributes
 TextureAttributes TextureUnit.getTextureAttributes()
          Get the currently set texture attributes.
 

Methods in org.j3d.aviatrix3d with parameters of type TextureAttributes
 void TextureUnit.setTextureAttributes(TextureAttributes attrs)
          Set the texture attributes for this stage.
 int TextureAttributes.compareTo(TextureAttributes ta)
          Compares this object with the specified object for order.
 boolean TextureAttributes.equals(TextureAttributes ta)
          Compares this object with the specified object to check for equivalence.
 

Constructors in org.j3d.aviatrix3d with parameters of type TextureAttributes
TextureUnit(Texture t, TextureAttributes attrs, TexCoordGeneration tcg)
          Construct a Texture Unit with the specified texture, attributes and coordinate generation.
 

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

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


j3d.org Aviatrix3D

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