'getWorldOrientation' : is not a member of 'Ogre::SceneNode'
Changelog explained those two methods were removed from Renderable interface. At the same time, those methos were removed from SceneNode class. The engine gets full transform matrices from Renderable interface, so it doesn't need getWorldMatrix() and getWorldOrientation(). We may use _getDeriveedPosition() and _getDerivedOrientation() instead of the removed methods.
getWorldPosition() and getWorldOrientation() were pure alias methods. Therefore, you may add those alias methos to OgreSceneNode.h of 1.6.0. Even if you do this little hack to a header file of the prebuild SDK, you don't need to re-build the engine.
2 comments:
Hi Nice Blog Web based time clock gives you access to your info 24/7/365,web time clock gives you global system updatesWeb based time clock gives you consistency throughout your organization. Web based time clock gives you reduced startup costs. Web based time clock is platform independent
not getDeriveedPosition(), but getDerivedPosition()
Post a Comment