Urho3D
|
Shadow depth bias parameters. More...
#include <Light.h>
Public Member Functions | |
BiasParameters () | |
Construct undefined. | |
BiasParameters (float constantBias, float slopeScaledBias) | |
Construct with initial values. | |
void | Validate () |
Validate parameters. |
Public Attributes | |
float | constantBias_ |
Constant bias. | |
float | slopeScaledBias_ |
Slope scaled bias. |
Shadow depth bias parameters.