Urho3D::BiasParameters Struct Reference

Shadow depth bias parameters. More...

#include <Urho3D/Graphics/Light.h>

Public Member Functions

 BiasParameters ()
 Construct undefined.
 
 BiasParameters (float constantBias, float slopeScaledBias, float normalOffset=0.0f)
 Construct with initial values.
 
void Validate ()
 Validate parameters.
 

Public Attributes

float constantBias_
 Constant bias.
 
float slopeScaledBias_
 Slope scaled bias.
 
float normalOffset_
 Normal offset multiplier.
 

Detailed Description

Shadow depth bias parameters.


The documentation for this struct was generated from the following files:
  • Source/Urho3D/Graphics/Light.h
  • Source/Urho3D/Graphics/Light.cpp