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

Method createAABBQuery

OgreMain/src/OgreSceneManager.cpp:3939–3945  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3937 }
3938 //---------------------------------------------------------------------
3939 AxisAlignedBoxSceneQuery *SceneManager::createAABBQuery( const AxisAlignedBox &box, uint32 mask )
3940 {
3941 DefaultAxisAlignedBoxSceneQuery *q = OGRE_NEW DefaultAxisAlignedBoxSceneQuery( this );
3942 q->setBox( box );
3943 q->setQueryMask( mask );
3944 return q;
3945 }
3946 //---------------------------------------------------------------------
3947 SphereSceneQuery *SceneManager::createSphereQuery( const Sphere &sphere, uint32 mask )
3948 {

Callers

nothing calls this directly

Calls 3

setBoxMethod · 0.80
setQueryMaskMethod · 0.80

Tested by

no test coverage detected