
Public Member Functions | |
| OrientationPositionScale (const Node *target, const Node *root) | |
Public Attributes | |
| Ogre::Quaternion | mOrientation |
| Ogre::Vector3 | mPosition |
| Ogre::Vector3 | mScale |
Definition at line 368 of file lugre_gfx3D.cpp.
| Lugre::OrientationPositionScale::OrientationPositionScale | ( | const Node * | target, | |
| const Node * | root | |||
| ) | [inline] |
calculates the derived data where target is the end and root is the 0-point will store targets local position... inside root root needs to be a parent of target (indirect or direct)
Definition at line 376 of file lugre_gfx3D.cpp.
References mOrientation, mPosition, and mScale.
| Ogre::Quaternion Lugre::OrientationPositionScale::mOrientation |
| Ogre::Vector3 Lugre::OrientationPositionScale::mPosition |
| Ogre::Vector3 Lugre::OrientationPositionScale::mScale |
1.5.6