Source/Urho3D/Graphics/Camera.h File Reference
Camera.h File Reference
#include "../Graphics/GraphicsDefs.h"
#include "../Math/Frustum.h"
#include "../Math/Ray.h"
#include "../Scene/Component.h"
Include dependency graph for Camera.h:
Classes | |
class | Urho3D::Camera |
Camera component. More... | |
Enumerations | |
enum | ViewOverride : unsigned { VO_NONE = 0x0, VO_LOW_MATERIAL_QUALITY = 0x1, VO_DISABLE_SHADOWS = 0x2, VO_DISABLE_OCCLUSION = 0x4 } |
Functions | |
Urho3D::URHO3D_FLAGSET (ViewOverride, ViewOverrideFlags) | |