Constant
|
Meaning
|
SPRITE_TYPE_POINT
|
Rotate about basepoint keeping x-axis horizontal and y-axis vertical
|
SPRITE_TYPE_ARBITRARY_AXIS
|
Rotate about user-defined axis keeping relative x-axis horizontal
|
SPRITE_TYPE_X_AXIS
|
Rotate about the orientation's x-axis keeping y-axis vertical
|
SPRITE_TYPE_Y_AXIS
|
Rotate about the orientation's y-axis keeping x-axis horizontal
|
|
|
SPRITE_ORIENTATION_WSPACE
|
Rotations performed relative to world space (w-space)
|
SPRITE_ORIENTATION_CSPACE
|
Rotations performed relative to construction space (c-space)
|
SPRITE_ORIENTATION_ESPACE
|
Rotations performed relative to entity space (e-space)
|
SPRITE_ORIENTATION_TSPACE
|
Rotations performed relative to texture space (t-space)
|