IRenderManagerRequestRender(Boolean, Boolean) Method |
Request a render of the scene to all renderers.
Namespace: Demo3D.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid 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