Urho3D
|
Point octree query. More...
#include <OctreeQuery.h>
Public Member Functions | |
PointOctreeQuery (PODVector< Drawable * > &result, const Vector3 &point, unsigned char drawableFlags=DRAWABLE_ANY, unsigned viewMask=DEFAULT_VIEWMASK) | |
Construct with point and query parameters. | |
virtual Intersection | TestOctant (const BoundingBox &box, bool inside) |
Intersection test for an octant. | |
virtual void | TestDrawables (Drawable **start, Drawable **end, bool inside) |
Intersection test for drawables. | |
![]() | |
OctreeQuery (PODVector< Drawable * > &result, unsigned char drawableFlags, unsigned viewMask) | |
Construct with query parameters. | |
virtual | ~OctreeQuery () |
Destruct. |
Public Attributes | |
Vector3 | point_ |
Point. | |
![]() | |
PODVector< Drawable * > & | result_ |
Result vector reference. | |
unsigned char | drawableFlags_ |
Drawable flags to include. | |
unsigned | viewMask_ |
Drawable layers to include. |
Point octree query.