Documentation
Urho3D::FocusParameters Struct Reference
Shadow map focusing parameters. More...
#include <Light.h>
Public Member Functions | |
FocusParameters () | |
Construct undefined. | |
FocusParameters (bool focus, bool nonUniform, bool autoSize, float quantize, float minView) | |
Construct with initial values. | |
void | Validate () |
Validate parameters. | |
Public Attributes | |
bool | focus_ |
Focus flag. | |
bool | nonUniform_ |
Non-uniform focusing flag. | |
bool | autoSize_ |
Auto-size (reduce resolution when far away) flag. | |
float | quantize_ |
Focus quantization. | |
float | minView_ |
Minimum view size. | |
Detailed Description
Shadow map focusing parameters.
The documentation for this struct was generated from the following files:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/Light.h
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/Light.cpp