![]() |
Paradox Game Engine
v1.0.0 beta06
|
Represents a ShadowMap. More...
Public Member Functions | |
ShadowMap (DirectionalLight light) | |
ShadowMap | SetFilter (Func< ShadowMap, ShadowMapFilter > initializeFilter) |
Properties | |
int | ShadowMapSize [get, set] |
Gets or sets the size of the shadow map (default: 1024) More... | |
Texture | Texture [get, set] |
float | ShadowDistance [get, set] |
Gets or sets the shadow distance. More... | |
Light | Light [get, set] |
Gets the associated light. More... | |
DirectionalLight | DirectionalLight [get] |
Gets the associated light, as a DirectionalLight. More... | |
CascadeShadowMapLevel | Level [get, set] |
Gets or sets the level of shadow maps (default: CascadeShadowMapLevel.X4) More... | |
Vector4[] | TextureCoordsBorder [get, set] |
ShadowMapFilter | Filter [get, set] |
Represents a ShadowMap.
Definition at line 11 of file ShadowMap.cs.
SiliconStudio.Paradox.Effects.ShadowMap.ShadowMap | ( | DirectionalLight | light | ) |
Definition at line 15 of file ShadowMap.cs.
ShadowMap SiliconStudio.Paradox.Effects.ShadowMap.SetFilter | ( | Func< ShadowMap, ShadowMapFilter > | initializeFilter | ) |
Definition at line 98 of file ShadowMap.cs.
|
get |
Gets the associated light, as a DirectionalLight.
Definition at line 67 of file ShadowMap.cs.
|
getset |
Definition at line 79 of file ShadowMap.cs.
Referenced by SiliconStudio.Paradox.Effects.LightingShaderPlugin.SetupShadersPermutationReceiver().
|
getset |
Gets or sets the level of shadow maps (default: CascadeShadowMapLevel.X4)
The level.
Definition at line 75 of file ShadowMap.cs.
|
getset |
Gets the associated light.
Definition at line 62 of file ShadowMap.cs.
|
getset |
Gets or sets the shadow distance.
The shadow distance.
Maximum distance in camera space to render the shadow
Definition at line 54 of file ShadowMap.cs.
|
getset |
Gets or sets the size of the shadow map (default: 1024)
The size of the shadow map.
Definition at line 36 of file ShadowMap.cs.
Referenced by SiliconStudio.Paradox.Effects.LightingPlugin.AddShadowMap().
|
getset |
Definition at line 39 of file ShadowMap.cs.
|
getset |
Definition at line 77 of file ShadowMap.cs.