rendering
Class ShapeRenderer

java.lang.Object
  extended by rendering.ShapeRenderer
Direct Known Subclasses:
Renderer

public abstract class ShapeRenderer
extends Object


Field Summary
protected  javax.media.opengl.glu.GLU glu
           
protected  int LOOPS
           
protected  int SLICES
           
protected  int STACKS
           
 
Constructor Summary
ShapeRenderer()
           
 
Method Summary
protected  void drawLateralCylinder(javax.media.opengl.GLAutoDrawable drawable, Vect3 center, Vect3 orientVect, Angle orientAngle, PhysicsShape ps, com.sun.opengl.util.texture.Texture t)
           
protected  void drawPlaneCircle(javax.media.opengl.GLAutoDrawable drawable, Vect3 center, Vect3 orientVect, Angle orientAngle, PhysicsShape ps, com.sun.opengl.util.texture.Texture t)
           
protected  void drawPlanePolygon(javax.media.opengl.GLAutoDrawable drawable, Vect3 center, Vect3 orientVect, Angle orientAngle, PhysicsShape ps, com.sun.opengl.util.texture.Texture t)
           
protected  void drawSphere(javax.media.opengl.GLAutoDrawable drawable, Vect3 center, Vect3 orientVect, Angle orientAngle, PhysicsShape ps, com.sun.opengl.util.texture.Texture t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glu

protected javax.media.opengl.glu.GLU glu

SLICES

protected final int SLICES
See Also:
Constant Field Values

STACKS

protected final int STACKS
See Also:
Constant Field Values

LOOPS

protected final int LOOPS
See Also:
Constant Field Values
Constructor Detail

ShapeRenderer

public ShapeRenderer()
Method Detail

drawLateralCylinder

protected void drawLateralCylinder(javax.media.opengl.GLAutoDrawable drawable,
                                   Vect3 center,
                                   Vect3 orientVect,
                                   Angle orientAngle,
                                   PhysicsShape ps,
                                   com.sun.opengl.util.texture.Texture t)
Requires:
ps (instance of LateralCylinder)

drawPlaneCircle

protected void drawPlaneCircle(javax.media.opengl.GLAutoDrawable drawable,
                               Vect3 center,
                               Vect3 orientVect,
                               Angle orientAngle,
                               PhysicsShape ps,
                               com.sun.opengl.util.texture.Texture t)
Requires:
ps (instance of PlaneCircle)

drawPlanePolygon

protected void drawPlanePolygon(javax.media.opengl.GLAutoDrawable drawable,
                                Vect3 center,
                                Vect3 orientVect,
                                Angle orientAngle,
                                PhysicsShape ps,
                                com.sun.opengl.util.texture.Texture t)
Requires:
ps (instance of PlanePolygon)

drawSphere

protected void drawSphere(javax.media.opengl.GLAutoDrawable drawable,
                          Vect3 center,
                          Vect3 orientVect,
                          Angle orientAngle,
                          PhysicsShape ps,
                          com.sun.opengl.util.texture.Texture t)
Requires:
ps (instance of Sphere)