#include <Urho3D/Graphics/OctreeQuery.h>
|
|
| RayOctreeQuery (ea::vector< RayQueryResult > &result, const Ray &ray, RayQueryLevel level=RAY_TRIANGLE, float maxDistance=M_INFINITY, DrawableFlags drawableFlags=DRAWABLE_ANY, unsigned viewMask=DEFAULT_VIEWMASK) |
| | Construct with ray and query parameters.
|
| |
|
| RayOctreeQuery (const Ray &ray, RayQueryLevel level=RAY_TRIANGLE, float maxDistance=M_INFINITY, DrawableFlags drawableFlags=DRAWABLE_ANY, unsigned viewMask=DEFAULT_VIEWMASK) |
| | Construct with ray and query parameters and use builtin storage for results.
|
| |
|
|
ea::vector< RayQueryResult > & | result_ |
| | Result vector reference.
|
| |
|
Ray | ray_ |
| | Ray.
|
| |
|
DrawableFlags | drawableFlags_ |
| | Drawable flags to include.
|
| |
|
unsigned | viewMask_ |
| | Drawable layers to include.
|
| |
|
float | maxDistance_ |
| | Maximum ray distance.
|
| |
|
RayQueryLevel | level_ |
| | Raycast detail level.
|
| |
The documentation for this class was generated from the following file: