Functions Removed

martinw

03-11-2008 09:34:21

Hi,

In the latest release of Ogre OGRE 1.6.0RC1 ('Shoggoth') the following three functions seem to have been removed.

getWorldOrientation()
getWorldPosition()
setNormaliseNormals()

Does anybody know what functions have replaced these that provide the same functionality? The demos don't work properly without them (the first two functions anyway)?

Martin

ProfesorX

03-11-2008 21:55:57

You can remove setNormaliseNormals(), since now normalization is done automatically, and you can replace getWorldPosition() with _getDerivedPosition(), and getWorldOrientation() with _getDerivedOrientation(), you can find more info on the changes you need when porting from Eihort to Shoggoth here:

http://www.ogre3d.org/wiki/index.php/ShoggothNotes