com.bulletphysics.demos.opengl
Class GLShapeDrawer

java.lang.Object
  extended by com.bulletphysics.demos.opengl.GLShapeDrawer

public class GLShapeDrawer
extends java.lang.Object


Constructor Summary
GLShapeDrawer()
           
 
Method Summary
static void drawCoordSystem(IGL gl)
           
static void drawOpenGL(IGL gl, Transform trans, CollisionShape shape, javax.vecmath.Vector3f color, int debugMode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLShapeDrawer

public GLShapeDrawer()
Method Detail

drawCoordSystem

public static void drawCoordSystem(IGL gl)

drawOpenGL

public static void drawOpenGL(IGL gl,
                              Transform trans,
                              CollisionShape shape,
                              javax.vecmath.Vector3f color,
                              int debugMode)