Package com.jme3.bullet.collision
Class CollisionFlag
java.lang.Object
com.jme3.bullet.collision.CollisionFlag
Named collision flags for a PhysicsCollisionObject.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
flag for a character object, such as a PhysicsCharacterstatic final int
flag to enable a custom material callback for per-triangle friction/restitution (not supported by Libbulletjme)static final int
flag to disable parallel/SPU processing (not supported by Libbulletjme)static final int
flag to disable debug visualization (not supported by Libbulletjme)static final int
flag not supported by Libbulletjmestatic final int
indicates that contact damping and/or contact stiffness have been setstatic final int
flag not supported by Libbulletjmestatic final int
flag not supported by Libbulletjmestatic final int
flag for a kinematic objectstatic final Logger
message logger for this classstatic final int
flag for an object with no contact response, such as a PhysicsGhostObjectstatic final int
flag for a static object -
Method Summary
-
Field Details
-
STATIC_OBJECT
public static final int STATIC_OBJECTflag for a static object- See Also:
-
KINEMATIC_OBJECT
public static final int KINEMATIC_OBJECTflag for a kinematic object- See Also:
-
NO_CONTACT_RESPONSE
public static final int NO_CONTACT_RESPONSEflag for an object with no contact response, such as a PhysicsGhostObject- See Also:
-
CUSTOM_MATERIAL_CALLBACK
public static final int CUSTOM_MATERIAL_CALLBACKflag to enable a custom material callback for per-triangle friction/restitution (not supported by Libbulletjme)- See Also:
-
CHARACTER_OBJECT
public static final int CHARACTER_OBJECTflag for a character object, such as a PhysicsCharacter- See Also:
-
DISABLE_VISUALIZE_OBJECT
public static final int DISABLE_VISUALIZE_OBJECTflag to disable debug visualization (not supported by Libbulletjme)- See Also:
-
DISABLE_SPU_COLLISION_PROCESSING
public static final int DISABLE_SPU_COLLISION_PROCESSINGflag to disable parallel/SPU processing (not supported by Libbulletjme)- See Also:
-
HAS_CONTACT_STIFFNESS_DAMPING
public static final int HAS_CONTACT_STIFFNESS_DAMPINGindicates that contact damping and/or contact stiffness have been set- See Also:
-
HAS_CUSTOM_DEBUG_RENDERING_COLOR
public static final int HAS_CUSTOM_DEBUG_RENDERING_COLORflag not supported by Libbulletjme- See Also:
-
HAS_FRICTION_ANCHOR
public static final int HAS_FRICTION_ANCHORflag not supported by Libbulletjme- See Also:
-
HAS_COLLISION_SOUND_TRIGGER
public static final int HAS_COLLISION_SOUND_TRIGGERflag not supported by Libbulletjme- See Also:
-
logger
message logger for this class
-