C# Class Fusion.Engine.Graphics.ShadowContext

Shadow render context
ファイルを表示 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_oe property

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

DepthBias public_oe property

public float DepthBias
return float

DepthBuffer public_oe property

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

FarDistance public_oe property

public float FarDistance
return float

ShadowProjection public_oe property

public Matrix,System ShadowProjection
return System.Matrix

ShadowView public_oe property

public Matrix,System ShadowView
return System.Matrix

ShadowViewport public_oe property

public Viewport ShadowViewport
return Viewport

SlopeBias public_oe property

public float SlopeBias
return float