Urho3D
Classes | Enumerations
OctreeQuery.h File Reference
#include "../Graphics/Drawable.h"
#include "../Math/BoundingBox.h"
#include "../Math/Frustum.h"
#include "../Math/Ray.h"
#include "../Math/Sphere.h"

Classes

class  Urho3D::OctreeQuery
 Base class for octree queries. More...
 
class  Urho3D::PointOctreeQuery
 Point octree query. More...
 
class  Urho3D::SphereOctreeQuery
 Sphere octree query. More...
 
class  Urho3D::BoxOctreeQuery
 Bounding box octree query. More...
 
class  Urho3D::FrustumOctreeQuery
 Frustum octree query. More...
 
struct  Urho3D::OctreeQueryResult
 General octree query result. Used for Lua bindings only. More...
 
struct  Urho3D::RayQueryResult
 Raycast result. More...
 
class  Urho3D::RayOctreeQuery
 Raycast octree query. More...
 
class  Urho3D::AllContentOctreeQuery
 

Enumerations

enum  Urho3D::RayQueryLevel { RAY_AABB = 0 , RAY_OBB , RAY_TRIANGLE , RAY_TRIANGLE_UV }
 Graphics raycast detail level.