Hi, all!
Maybe it is too late for questions like that but that is kind of omission I have.
I have scene node like
Code: Select all
Ogre::SceneNode *pNode;
set to some node in scene. For that node I need to get/set
- local (parent) space position/orientation
- global space position/orientation.
How can I get these properly? For global space coordinates I can getDerivedPosition()/getDerivedOrientation(). But what about local space?
what is difference between _getDerivedPosition() and getPosition()?
Till now I used global space and magic tricks to avoid digging deeper but now it is time to know for sure.
