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
FieldsModifier and TypeFieldDescriptionstatic final intflag for a character object, such as a PhysicsCharacterstatic final intflag to enable a custom material callback for per-triangle friction/restitution (not supported by Minie)static final intflag to disable parallel/SPU processing (not supported by Minie)static final intflag to disable debug visualization (not supported by Minie)static final intflag not supported by Miniestatic final intindicates that contact damping and/or contact stiffness have been setstatic final intflag not supported by Minie: usePhysicsCollisionObject.setDebugMaterial(com.jme3.material.Material)insteadstatic final intflag not supported by Miniestatic final intflag for a kinematic objectstatic final Loggermessage logger for this classstatic final intflag for an object with no contact response, such as a PhysicsGhostObjectstatic final intflag 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 Minie)- 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 Minie)- See Also:
-
DISABLE_SPU_COLLISION_PROCESSING
public static final int DISABLE_SPU_COLLISION_PROCESSINGflag to disable parallel/SPU processing (not supported by Minie)- 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 Minie: usePhysicsCollisionObject.setDebugMaterial(com.jme3.material.Material)instead- See Also:
-
HAS_FRICTION_ANCHOR
public static final int HAS_FRICTION_ANCHORflag not supported by Minie- See Also:
-
HAS_COLLISION_SOUND_TRIGGER
public static final int HAS_COLLISION_SOUND_TRIGGERflag not supported by Minie- See Also:
-
logger
message logger for this class
-