C# Class Fusion.Engine.Graphics.ShadowContext

Shadow render context
Show file Open project: demiurghg/FusionEngine Class Usage Examples

Public Properties

Property Type Description
ColorBuffer Fusion.Drivers.Graphics.RenderTargetSurface
DepthBias float
DepthBuffer Fusion.Drivers.Graphics.DepthStencilSurface
FarDistance float
ShadowProjection System.Matrix
ShadowView System.Matrix
ShadowViewport Viewport
SlopeBias float

Property Details

ColorBuffer public property

public RenderTargetSurface,Fusion.Drivers.Graphics ColorBuffer
return Fusion.Drivers.Graphics.RenderTargetSurface

DepthBias public property

public float DepthBias
return float

DepthBuffer public property

public DepthStencilSurface,Fusion.Drivers.Graphics DepthBuffer
return Fusion.Drivers.Graphics.DepthStencilSurface

FarDistance public property

public float FarDistance
return float

ShadowProjection public property

public Matrix,System ShadowProjection
return System.Matrix

ShadowView public property

public Matrix,System ShadowView
return System.Matrix

ShadowViewport public property

public Viewport ShadowViewport
return Viewport

SlopeBias public property

public float SlopeBias
return float