| Urho3D
    | 
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Graphics/Light.h>
| Public Member Functions | |
| FocusParameters ()=default | |
| 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. | |
Shadow map focusing parameters.
 1.8.17
 1.8.17