|
Urho3D
|
#include "../Graphics/Drawable.h"#include "../Math/BoundingBox.h"#include "../Math/Frustum.h"#include "../Math/Ray.h"#include "../Math/Sphere.h"Classes | |
| class | Dviglo::OctreeQuery |
| Base class for octree queries. More... | |
| class | Dviglo::PointOctreeQuery |
| class | Dviglo::SphereOctreeQuery |
| class | Dviglo::BoxOctreeQuery |
| class | Dviglo::FrustumOctreeQuery |
| struct | Dviglo::OctreeQueryResult |
| General octree query result. Used for Lua bindings only. More... | |
| struct | Dviglo::RayQueryResult |
| Raycast result. More... | |
| class | Dviglo::RayOctreeQuery |
| class | Dviglo::AllContentOctreeQuery |
Enumerations | |
| enum | Dviglo::RayQueryLevel { RAY_AABB = 0, RAY_OBB, RAY_TRIANGLE, RAY_TRIANGLE_UV } |
| Graphics raycast detail level. | |
1.8.17