Urho3D
|
#include "../Math/Color.h"
#include "../Graphics/Drawable.h"
#include "../Math/Frustum.h"
#include "../Graphics/Texture.h"
Classes | |
struct | Dviglo::BiasParameters |
Depth bias parameters. Used both by lights (for shadow mapping) and materials. More... | |
struct | Dviglo::CascadeParameters |
struct | Dviglo::FocusParameters |
class | Dviglo::Light |
Light component. More... | |
Enumerations | |
enum | Dviglo::LightType { LIGHT_DIRECTIONAL = 0, LIGHT_SPOT, LIGHT_POINT } |
Light types. | |
Functions | |
bool | Dviglo::CompareLights (Light *lhs, Light *rhs) |