public final class AfMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
basic
basic anisotropic friction mode (native name: CF_ANISOTROPIC_FRICTION)
|
static int |
either
bitmask for either kind of anisotropic friction
|
static java.util.logging.Logger |
logger
message logger for this class
|
static int |
none
no anisotropic friction (native name: CF_ANISOTROPIC_FRICTION_DISABLED)
|
static int |
rolling
anisotropic rolling friction mode (native name:
CF_ANISOTROPIC_ROLLING_FRICTION)
|
public static final int none
public static final int basic
public static final int rolling
public static final int either
public static final java.util.logging.Logger logger