Types of transformation vector/matrices possible.
Static Public Attributes |
|
static const | kModelTransformation = 1<<0 |
static const | kModelRotation = 1<<1 |
static const | kModelTranslation = 1<<2 |
static const | kModelScaling = 1<<3 |
static const | kModelInverse_Transformation = 1<<4 |
static const | kModelInverse_Rotation = 1<<5 |
static const | kModelInverse_Translation = 1<<6 |
static const | kModelInverse_Scaling = 1<<7 |
static const | kModelParentOffset = 1<<8 |
const
kModelTransformation = 1<<0 [static] |
const
kModelRotation = 1<<1 [static] |
const
kModelTranslation = 1<<2 [static] |
const
kModelScaling = 1<<3 [static] |
const
kModelInverse_Transformation = 1<<4
[static] |
const
kModelInverse_Rotation = 1<<5 [static] |
const
kModelInverse_Translation = 1<<6
[static] |
const
kModelInverse_Scaling = 1<<7 [static] |
const
kModelParentOffset = 1<<8 [static] |