Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Paradox.Effects.Modules.ShadowMapKeys Class Reference

Keys used for shadow mapping. More...

Static Public Attributes

static readonly
ParameterResourceKey
< Texture2D > 
DepthTexture = ParameterKeys.Resource<Texture2D>()
 Depth sampling texture. More...
 
static readonly
ParameterResourceKey
< Texture2D > 
Texture = ParameterKeys.Resource<Texture2D>()
 Final shadow map texture. More...
 
static readonly
ParameterResourceKey
< SamplerState > 
Sampler = ParameterKeys.Resource<SamplerState>()
 TODO comment this sampler. More...
 
static readonly
ParameterResourceKey
< SamplerState > 
Sampler2 = ParameterKeys.Resource<SamplerState>()
 TODO comment this sampler. More...
 
static readonly
ParameterValueKey< float > 
DistanceMax = ParameterKeys.Value(0.0f)
 Maximum distance used by a shadow map. More...
 

Detailed Description

Keys used for shadow mapping.

Definition at line 15 of file ShadowMapKeys.cs.

Member Data Documentation

readonly ParameterResourceKey<Texture2D> Paradox.Effects.Modules.ShadowMapKeys.DepthTexture = ParameterKeys.Resource<Texture2D>()
static

Depth sampling texture.

Definition at line 20 of file ShadowMapKeys.cs.

readonly ParameterValueKey<float> Paradox.Effects.Modules.ShadowMapKeys.DistanceMax = ParameterKeys.Value(0.0f)
static

Maximum distance used by a shadow map.

Definition at line 40 of file ShadowMapKeys.cs.

readonly ParameterResourceKey<SamplerState> Paradox.Effects.Modules.ShadowMapKeys.Sampler = ParameterKeys.Resource<SamplerState>()
static

TODO comment this sampler.

Definition at line 30 of file ShadowMapKeys.cs.

readonly ParameterResourceKey<SamplerState> Paradox.Effects.Modules.ShadowMapKeys.Sampler2 = ParameterKeys.Resource<SamplerState>()
static

TODO comment this sampler.

Definition at line 35 of file ShadowMapKeys.cs.

readonly ParameterResourceKey<Texture2D> Paradox.Effects.Modules.ShadowMapKeys.Texture = ParameterKeys.Resource<Texture2D>()
static

Final shadow map texture.

Definition at line 25 of file ShadowMapKeys.cs.


The documentation for this class was generated from the following file: