Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.Geometry

Packages that use Geometry
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.renderer.aviatrix3d.geom High-level simple geometry utility primitives for quickly making a scene graph with. 
org.j3d.renderer.aviatrix3d.geom.hanim Humanoid skinned-mesh representation for use with the Aviatrix3D scene graph. 
org.j3d.renderer.aviatrix3d.geom.particle Particle systems implemented using the Aviatrix3D scene graph. 
org.j3d.renderer.aviatrix3d.nodes Scenegraph nodes that extend Aviatrix with new functionality. 
 

Uses of Geometry in org.j3d.aviatrix3d
 

Subclasses of Geometry in org.j3d.aviatrix3d
 class IndexedVertexGeometry
          Base class that defines indexed geometry types.
 class VertexGeometry
          Common representation of all vertex-based geometry.
 

Methods in org.j3d.aviatrix3d that return Geometry
 Geometry Shape3D.getGeometry()
          Get the current geometry associated with this shape.
 

Methods in org.j3d.aviatrix3d with parameters of type Geometry
 void Shape3D.setGeometry(Geometry newGeom)
          Set the geometry for this shape.
 

Uses of Geometry in org.j3d.renderer.aviatrix3d.geom
 

Subclasses of Geometry in org.j3d.renderer.aviatrix3d.geom
 class Teapot
          A simple teapot that is a low-level geometry primitive.
 class Text2D
          Flat, ploygonalised 2D text representation.
 

Uses of Geometry in org.j3d.renderer.aviatrix3d.geom.hanim
 

Fields in org.j3d.renderer.aviatrix3d.geom.hanim with type parameters of type Geometry
protected  java.util.ArrayList<Geometry> SoftwareHumanoid.bufferGeometry
          Geometry instances that implement BufferGeometry
protected  java.util.ArrayList<Geometry> SoftwareHumanoid.vertexGeometry
          Geometry instances that implement VertexGeometry
 

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

Fields in org.j3d.renderer.aviatrix3d.geom.particle declared as Geometry
protected  Geometry AVParticleSystem.particleGeometry
          The shape containing the geometry
 

Methods in org.j3d.renderer.aviatrix3d.geom.particle that return Geometry
 Geometry AVParticleSystem.getNode()
          Get the scene graph object that represents this particle system and can be inserted into the scene graph.
 

Uses of Geometry in org.j3d.renderer.aviatrix3d.nodes
 

Subclasses of Geometry in org.j3d.renderer.aviatrix3d.nodes
 class BufferGeometry
          Base, unsafe, representation of geometry that uses NIO buffers directly from the user.
 class IndexedBufferGeometry
          Base class that defines indexed geometry types.
 class IndexedLineArray
          An OpenGL LineArray.
 class IndexedLineStripArray
          An OpenGL LineStripArray.
 class IndexedQuadArray
          An OpenGL QuadArray.
 class IndexedQuadStripArray
          An OpenGL IndexedQuadStripArray.
 class IndexedTriangleArray
          An OpenGL Indexed TriangleArray.
 class IndexedTriangleFanArray
          An OpenGL IndexedTriangleFanArray.
 class IndexedTriangleStripArray
          An indexed TriangleStrip geometry.
 class LineArray
          An OpenGL LineArray.
 class LineStripArray
          An OpenGL LineStripArray.
 class PointArray
          An OpenGL PointArray.
 class QuadArray
          An OpenGL QuadArray representation.
 class QuadStripArray
          An OpenGL QuadStripArray.
 class SortedPointArray
          An OpenGL PointArray that automatically depth sorts all the points every frame.
 class TriangleArray
          An OpenGL TriangleArray representation.
 class TriangleFanArray
          An OpenGL TriangleFanArray.
 class TriangleStripArray
          An OpenGL TriangleStripArray.
 


Aviatrix3D
2.1.0

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