Package com.jme3.bullet.collision
Class AfMode
java.lang.Object
com.jme3.bullet.collision.AfMode
Named anisotropic friction modes for use with a PhysicsCollisionObject.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
basic anisotropic friction mode (native name: CF_ANISOTROPIC_FRICTION)static final int
bitmask for either kind of anisotropic frictionstatic final Logger
message logger for this classstatic final int
no anisotropic friction (native name: CF_ANISOTROPIC_FRICTION_DISABLED)static final int
anisotropic rolling friction mode (native name: CF_ANISOTROPIC_ROLLING_FRICTION) -
Method Summary
-
Field Details
-
none
public static final int noneno anisotropic friction (native name: CF_ANISOTROPIC_FRICTION_DISABLED)- See Also:
-
basic
public static final int basicbasic anisotropic friction mode (native name: CF_ANISOTROPIC_FRICTION)- See Also:
-
rolling
public static final int rollinganisotropic rolling friction mode (native name: CF_ANISOTROPIC_ROLLING_FRICTION)- See Also:
-
either
public static final int eitherbitmask for either kind of anisotropic friction- See Also:
-
logger
message logger for this class
-