com.bulletphysics.linearmath
Class DebugDrawModes

java.lang.Object
  extended by com.bulletphysics.linearmath.DebugDrawModes

public class DebugDrawModes
extends Object

Debug draw modes, used by demo framework.


Field Summary
static int DISABLE_BULLET_LCP
           
static int DRAW_AABB
           
static int DRAW_CONTACT_POINTS
           
static int DRAW_FEATURES_TEXT
           
static int DRAW_TEXT
           
static int DRAW_WIREFRAME
           
static int ENABLE_CCD
           
static int ENABLE_SAT_COMPARISON
           
static int MAX_DEBUG_DRAW_MODE
           
static int NO_DEACTIVATION
           
static int NO_DEBUG
           
static int NO_HELP_TEXT
           
static int PROFILE_TIMINGS
           
 
Constructor Summary
DebugDrawModes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_DEBUG

public static final int NO_DEBUG
See Also:
Constant Field Values

DRAW_WIREFRAME

public static final int DRAW_WIREFRAME
See Also:
Constant Field Values

DRAW_AABB

public static final int DRAW_AABB
See Also:
Constant Field Values

DRAW_FEATURES_TEXT

public static final int DRAW_FEATURES_TEXT
See Also:
Constant Field Values

DRAW_CONTACT_POINTS

public static final int DRAW_CONTACT_POINTS
See Also:
Constant Field Values

NO_DEACTIVATION

public static final int NO_DEACTIVATION
See Also:
Constant Field Values

NO_HELP_TEXT

public static final int NO_HELP_TEXT
See Also:
Constant Field Values

DRAW_TEXT

public static final int DRAW_TEXT
See Also:
Constant Field Values

PROFILE_TIMINGS

public static final int PROFILE_TIMINGS
See Also:
Constant Field Values

ENABLE_SAT_COMPARISON

public static final int ENABLE_SAT_COMPARISON
See Also:
Constant Field Values

DISABLE_BULLET_LCP

public static final int DISABLE_BULLET_LCP
See Also:
Constant Field Values

ENABLE_CCD

public static final int ENABLE_CCD
See Also:
Constant Field Values

MAX_DEBUG_DRAW_MODE

public static final int MAX_DEBUG_DRAW_MODE
See Also:
Constant Field Values
Constructor Detail

DebugDrawModes

public DebugDrawModes()