Click or drag to resize

IRenderManagerRequestRender Method (IRenderer, Boolean, Boolean)

Request a render of the scene for the specified renderer only.

Namespace:  Demo3D.Renderers
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
void RequestRender(
	IRenderer renderer,
	bool syncScene,
	bool synchronous
)

Parameters

renderer
Type: IRenderer
The renderer to render to.
syncScene
Type: SystemBoolean
Sync the scene before rendering.
synchronous
Type: SystemBoolean
When true, wait for the render to finish before continuing.
See Also