IRenderManagerRequestRender(IRenderer, Boolean, Boolean) Method |
Request a render of the scene for the specified renderer only.
Namespace: Demo3D.RenderersAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid RequestRender(
IRenderer renderer,
bool syncScene,
bool synchronous
)
Parameters
- renderer IRenderer
- The renderer to render to.
- syncScene Boolean
- Sync the scene before rendering.
- synchronous Boolean
- When true, wait for the render to finish before continuing.
See Also