intellisense and NxOgre::Intersection

jchmack

30-10-2007 22:55:08

It seems that intellisense doesn't work after use anything to do with NxOgre::Intersection.


void CollisionBone::CheckCollision()
{

// <-It will work properly here with anything

intersection->setShape( new SimpleBox(CollisionBody->getNode()->getScale() * .5 ,CollisionBody->getGlobalPose()));
intersection->intersect();

// <-But not here.....?????
}


I have tried deleting/regenerating the ncb and a lot of other things. Anybody know why it would do this?