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

Method createSphereQuery

OgreMain/src/OgreSceneManager.cpp:3947–3953  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3945 }
3946 //---------------------------------------------------------------------
3947 SphereSceneQuery *SceneManager::createSphereQuery( const Sphere &sphere, uint32 mask )
3948 {
3949 DefaultSphereSceneQuery *q = OGRE_NEW DefaultSphereSceneQuery( this );
3950 q->setSphere( sphere );
3951 q->setQueryMask( mask );
3952 return q;
3953 }
3954 //---------------------------------------------------------------------
3955 PlaneBoundedVolumeListSceneQuery *SceneManager::createPlaneBoundedVolumeQuery(
3956 const PlaneBoundedVolumeList &volumes, uint32 mask )

Callers

nothing calls this directly

Calls 3

setSphereMethod · 0.80
setQueryMaskMethod · 0.80

Tested by

no test coverage detected