| ShadowMapRenderer Constructor (FuncRenderContext, Boolean) |
Initializes a new instance of the
ShadowMapRenderer class using the specified
render callback.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public ShadowMapRenderer(
Func<RenderContext, bool> render
)
Public Sub New (
render As Func(Of RenderContext, Boolean)
)
public:
ShadowMapRenderer(
Func<RenderContext^, bool>^ render
)
new :
render : Func<RenderContext, bool> -> ShadowMapRenderer
Parameters
- render
- Type: SystemFuncRenderContext, Boolean
The method which renders the scene into the shadow map. Must not be .
See RenderCallback for more information.
Exceptions See Also