| Urho3D
    | 
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Graphics/OctreeQuery.h>
 
  
| Public Member Functions | |
| SphereOctreeQuery (PODVector< Drawable * > &result, const Sphere &sphere, unsigned char drawableFlags=DRAWABLE_ANY, unsigned viewMask=DEFAULT_VIEWMASK) | |
| Construct with sphere and query parameters. | |
| Intersection | TestOctant (const BoundingBox &box, bool inside) override | 
| Intersection test for an octant. | |
| void | TestDrawables (Drawable **start, Drawable **end, bool inside) override | 
| Intersection test for drawables. | |
|  Public Member Functions inherited from Dviglo::OctreeQuery | |
| OctreeQuery (PODVector< Drawable * > &result, unsigned char drawableFlags, unsigned viewMask) | |
| Construct with query parameters. | |
| virtual | ~OctreeQuery ()=default | 
| Destruct. | |
| OctreeQuery (const OctreeQuery &rhs)=delete | |
| Prevent copy construction. | |
| OctreeQuery & | operator= (const OctreeQuery &rhs)=delete | 
| Prevent assignment. | |
| Public Attributes | |
| Sphere | sphere_ | 
| Sphere. | |
|  Public Attributes inherited from Dviglo::OctreeQuery | |
| PODVector< Drawable * > & | result_ | 
| Result vector reference. | |
| unsigned char | drawableFlags_ | 
| Drawable flags to include. | |
| unsigned | viewMask_ | 
| Drawable layers to include. | |
Sphere octree query.
 1.8.17
 1.8.17