Depth bias parameters. Used both by lights (for shadow mapping) and materials.
More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/Light.h>
|
| BiasParameters ()=default |
| Construct undefined.
|
|
| BiasParameters (float constantBias, float slopeScaledBias, float normalOffset=0.0f) |
| Construct with initial values.
|
|
void | Validate () |
| Validate parameters.
|
|
|
float | constantBias_ |
| Constant bias.
|
|
float | slopeScaledBias_ |
| Slope scaled bias.
|
|
float | normalOffset_ |
| Normal offset multiplier.
|
|
Depth bias parameters. Used both by lights (for shadow mapping) and materials.
The documentation for this struct was generated from the following files:
- /home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/Light.h
- /home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/Light.cpp