Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Effects.LightingPlugin Class Reference
Inheritance diagram for SiliconStudio.Paradox.Effects.LightingPlugin:
RenderPassPlugin

Public Member Functions

 LightingPlugin ()
 
void AddShadowMap (ShadowMap shadowMap)
 
void RemoveShadowMap (ShadowMap shadowMap)
 
void UpdateShadowMaps (ThreadContext context)
 
override void Initialize ()
 
override void Load ()
 
override void Unload ()
 

Protected Member Functions

override void Destroy ()
 

Properties

MainPlugin MainPlugin [get, set]
 Gets or sets the main plugin this instance is attached to. More...
 
int AtlasSize [get, set]
 
int BlurCount [get, set]
 
DepthStencilBuffer ShadowMapDepth [get, set]
 
Texture2D ShadowMapVsm [get, set]
 

Detailed Description

Definition at line 15 of file LightingPlugin.cs.

Constructor & Destructor Documentation

SiliconStudio.Paradox.Effects.LightingPlugin.LightingPlugin ( )

Definition at line 55 of file LightingPlugin.cs.

Member Function Documentation

override void SiliconStudio.Paradox.Effects.LightingPlugin.Destroy ( )
protected

Definition at line 336 of file LightingPlugin.cs.

override void SiliconStudio.Paradox.Effects.LightingPlugin.Initialize ( )

Definition at line 313 of file LightingPlugin.cs.

override void SiliconStudio.Paradox.Effects.LightingPlugin.Load ( )

Definition at line 346 of file LightingPlugin.cs.

References SiliconStudio.Paradox.Graphics.DepthStencil.

void SiliconStudio.Paradox.Effects.LightingPlugin.RemoveShadowMap ( ShadowMap  shadowMap)

Definition at line 255 of file LightingPlugin.cs.

override void SiliconStudio.Paradox.Effects.LightingPlugin.Unload ( )

Definition at line 425 of file LightingPlugin.cs.

void SiliconStudio.Paradox.Effects.LightingPlugin.UpdateShadowMaps ( ThreadContext  context)

Definition at line 261 of file LightingPlugin.cs.

Property Documentation

int SiliconStudio.Paradox.Effects.LightingPlugin.AtlasSize
getset

Definition at line 69 of file LightingPlugin.cs.

int SiliconStudio.Paradox.Effects.LightingPlugin.BlurCount
getset

Definition at line 71 of file LightingPlugin.cs.

MainPlugin SiliconStudio.Paradox.Effects.LightingPlugin.MainPlugin
getset

Gets or sets the main plugin this instance is attached to.

The main plugin.

Definition at line 67 of file LightingPlugin.cs.

DepthStencilBuffer SiliconStudio.Paradox.Effects.LightingPlugin.ShadowMapDepth
getsetprotected

Definition at line 84 of file LightingPlugin.cs.

Texture2D SiliconStudio.Paradox.Effects.LightingPlugin.ShadowMapVsm
getsetprotected

Definition at line 86 of file LightingPlugin.cs.


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