Urho3D::BiasParameters Struct Reference

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.
 

Detailed Description

Shadow depth bias 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