SONB
17-04-2006 16:18:34
Hi!
There is a tutorial where an object is falling down to the ground.. well it works fine but when I move the object back to it's initial position it doesn't fall again, it doesn't move at all like there is no physics update...
These are the lines that make the object move upwards:
Did I miss something?
SONB
There is a tutorial where an object is falling down to the ground.. well it works fine but when I move the object back to it's initial position it doesn't fall again, it doesn't move at all like there is no physics update...
These are the lines that make the object move upwards:
robotNode->translate(Ogre::Vector3(0, 30, 0));
robotBody->setPositionOrientation(Ogre::Vector3(0, 30, 0), Ogre::Quaternion::IDENTITY);Did I miss something?
SONB