Click or drag to resize

IRenderManagerRequestRender(Boolean, Boolean) Method

Request a render of the scene to all renderers.

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

Parameters

syncScene  Boolean
Sync the scene before rendering.
synchronous  Boolean
When true, wait for the render to finish before continuing.
See Also