Uses of Interface
org.xith3d.scenegraph.Billboard

Packages that use Billboard
org.xith3d.scenegraph.particles.jops   
org.xith3d.scenegraph.primitives   
 

Uses of Billboard in org.xith3d.scenegraph.particles.jops
 

Classes in org.xith3d.scenegraph.particles.jops that implement Billboard
 class GeneratorShape3D
          Insert comment here.
 

Uses of Billboard in org.xith3d.scenegraph.primitives
 

Classes in org.xith3d.scenegraph.primitives that implement Billboard
 class FixedSizedBillboard
          A simple implementation for the Billboard interface.
 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.