Uses of Class
org.xith3d.scenegraph.primitives.Quad

Packages that use Quad
org.xith3d.physics.collision.collideable   
org.xith3d.scenegraph.primitives   
 

Uses of Quad in org.xith3d.physics.collision.collideable
 

Methods in org.xith3d.physics.collision.collideable that return Quad
 Quad PlaneCollideable.getBaseGFX()
           
 Quad PlaneCollideable.getDebugGFX()
           
 

Uses of Quad in org.xith3d.scenegraph.primitives
 

Subclasses of Quad in org.xith3d.scenegraph.primitives
 class DrawRectangle
          This a simple Rectangle extension for pixel-perfect drawing.
 class Rectangle
          This is a simple, single textured rectangle implementation.
 class RectBillboard
          This is a reguar Rectangle, which will always face the View.
 class TextBillboard
          The TextBillboard is a Rectangle with a text-Texture on it, that's always facing the camera.
 class TextRectangle
          The TextRectangle is a Rectangle with a text-Texture on it.