Urho3D
Public Member Functions | Public Attributes
Urho3D::BiasParameters Struct Reference

Shadow depth bias parameters. More...

#include <Light.h>

List of all members.

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: