Defines compression related constants. More...
Static Public Attributes | |
const float | DEFAULT_POSITION_PRECISION = 0.001f |
Default position precision. More... | |
const float | DEFAULT_ROTATION_PRECISION = 0.001f |
Default rotation precision. More... | |
const float | DEFAULT_SCALE_PRECISION = 0.001f |
Default scale precision. More... | |
const float | MAX_ROTATION_PRESITION = 180f |
Biggest number that can be set for rotation precision. More... | |
Defines compression related constants.
|
static |
Default position precision.
|
static |
Default rotation precision.
Rotation precision is the smallest increment in degrees.
|
static |
Default scale precision.
|
static |
Biggest number that can be set for rotation precision.