Uses of Package
org.xith3d.scenegraph.primitives

Packages that use org.xith3d.scenegraph.primitives
org.xith3d.effects.atmosphere   
org.xith3d.loaders.models   
org.xith3d.physics.collision.collideable   
org.xith3d.scenegraph.primitives   
 

Classes in org.xith3d.scenegraph.primitives used by org.xith3d.effects.atmosphere
Sphere
          A sphere using standard specifications.
 

Classes in org.xith3d.scenegraph.primitives used by org.xith3d.loaders.models
SkyBox
          A SkyBox is a special type of Background Node.
 

Classes in org.xith3d.scenegraph.primitives used by org.xith3d.physics.collision.collideable
Box
          This primitive Shape represents a simple 3D-box.
Capsule
          A simple Capsule Shape3D.
Cylinder
          An open cylinder pointing in the +/-y direction.
Line
          This primitive Shape represents a simple 3D-line.
Quad
          This is a simple, single textured quad implementation.
Sphere
          A sphere using standard specifications.
 

Classes in org.xith3d.scenegraph.primitives used by org.xith3d.scenegraph.primitives
Box
          This primitive Shape represents a simple 3D-box.
Cylinder
          An open cylinder pointing in the +/-y direction.
FixedSizedBillboard
          A simple implementation for the Billboard interface.
GeometryConstruct
          This is nothing more than a container for Geometry construction data.
GeometryType
          An enumeration of Geometry types, that can be created by shape implementations.
Quad
          This is a simple, single textured quad implementation.
Rectangle
          This is a simple, single textured rectangle implementation.
Rectangle.ZeroPointLocation
           
RectBillboard
          This is a reguar Rectangle, which will always face the View.
Sphere
          A sphere using standard specifications.
TextBillboard
          The TextBillboard is a Rectangle with a text-Texture on it, that's always facing the camera.
TextRectangle
          The TextRectangle is a Rectangle with a text-Texture on it.