sct
02-10-2007 00:12:47
i check all my code ,but i cant find what is wrong in my code.
Actually,my code run strangely.After i call
the body still stand there. The world->update function run normally,but all callback functions aren't called.
Actually,my code run strangely.After i call
body->setStandardForceCallback();
// set the initial orientation and velocity!
body->setPositionOrientation( pos, camorient );
body->setVelocity( (dir * 500.0) );
//body->setAutoFreeze(0);
the body still stand there. The world->update function run normally,but all callback functions aren't called.