MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / createIntersectionQuery

Method createIntersectionQuery

OgreMain/src/OgreSceneManager.cpp:3974–3979  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3972 }
3973 //---------------------------------------------------------------------
3974 IntersectionSceneQuery *SceneManager::createIntersectionQuery( uint32 mask )
3975 {
3976 DefaultIntersectionSceneQuery *q = OGRE_NEW DefaultIntersectionSceneQuery( this );
3977 q->setQueryMask( mask );
3978 return q;
3979 }
3980 //---------------------------------------------------------------------
3981 void SceneManager::destroyQuery( SceneQuery *query ) { OGRE_DELETE query; }
3982 //---------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

setQueryMaskMethod · 0.80

Tested by

no test coverage detected