RaySceneQuery->setQueryTypeMask(ENTITY_TYPE_MASK) Crashes

sig9

24-01-2008 01:58:31

It seems that PLSM doesn't support doing:

raySceneQuery()->setQueryTypeMask(Ogre::SceneManager::ENTITY_TYPE_MASK);

My application crashes after trying to execute this type of raySceneQuery. I know it has to be ENTITY_TYPE_MASK because WORLD_GEOMETRY_TYPE_MASK works just fine in the same code (no crashes).

Any ideas?