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

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

Uses of Sphere in org.xith3d.effects.atmosphere
 

Methods in org.xith3d.effects.atmosphere that return Sphere
 Sphere AtmosphereFactory.getSphere()
           
 

Methods in org.xith3d.effects.atmosphere with parameters of type Sphere
protected abstract  void AtmosphereFactory.prepareAtmosphere(Sphere sphere, float atmosphereRadius, PointLight light)
           
protected  void GLSLAtmosphereFactory.prepareAtmosphere(Sphere sphere, float atmosphereRadius, PointLight light)
          
 void AtmosphereFactory.prepareAtmosphere(Sphere sphere, float atmosphereRadius, PointLight light, Updater updater)
           
 void AtmosphereFactory.setSphere(Sphere sphere)
           
 

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

Methods in org.xith3d.physics.collision.collideable that return Sphere
 Sphere SphereCollideable.getBaseGFX()
          
 Sphere SphereCollideable.getDebugGFX()
          
 

Uses of Sphere in org.xith3d.scenegraph.primitives
 

Methods in org.xith3d.scenegraph.primitives that return Sphere
static Sphere Sphere.createFromSphereBody(org.openmali.spatial.bodies.Sphere sampleSphere, int slices, int stacks, Appearance app)
          Creates a sphere using standard specifications.
static Sphere Sphere.createFromSphereBody(org.openmali.spatial.bodies.Sphere sampleSphere, int slices, int stacks, org.openmali.vecmath2.Colorf color)
          Creates a sphere using standard specifications.
static Sphere Sphere.createFromSphereBody(org.openmali.spatial.bodies.Sphere sampleSphere, int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates a sphere using standard specifications.
static Sphere Sphere.createFromSphereBody(org.openmali.spatial.bodies.Sphere sampleSphere, int slices, int stacks, java.lang.String texture)
          Creates a sphere using standard specifications.
static Sphere Sphere.createFromSphereBody(org.openmali.spatial.bodies.Sphere sampleSphere, int slices, int stacks, Texture texture)
          Creates a sphere using standard specifications.