Hi, Everyone,
I use Havok 2012.1.0.r1. And I meet a problem about hkpWorld::addEntity()
just after the code
hkpEntity *pRes = pWorld->addEntity(pSomeRigidBody);
excuted. The bool expection (void*)pRes == (void*)pSomeRigidBody is true, but pSomeRigidBody->getWorld() return null.
Do this means pWorld failed to add pSomeRigidBody to the world? Why pRes still equal to pSomeRigidBody?


