Class AfMode

java.lang.Object
com.jme3.bullet.collision.AfMode

public final class AfMode extends Object
Named anisotropic friction modes for use with a PhysicsCollisionObject.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    basic anisotropic friction mode (native name: CF_ANISOTROPIC_FRICTION)
    static final int
    bitmask for either kind of anisotropic friction
    static final Logger
    message logger for this class
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • none

      public static final int none
      no anisotropic friction (native name: CF_ANISOTROPIC_FRICTION_DISABLED)
      See Also:
    • basic

      public static final int basic
      basic anisotropic friction mode (native name: CF_ANISOTROPIC_FRICTION)
      See Also:
    • rolling

      public static final int rolling
      anisotropic rolling friction mode (native name: CF_ANISOTROPIC_ROLLING_FRICTION)
      See Also:
    • either

      public static final int either
      bitmask for either kind of anisotropic friction
      See Also:
    • logger

      public static final Logger logger
      message logger for this class