 |
ISharpEngineSceneViewRenderScene Method |
RenderScene renders the scene.
The method first calls the
SceneUpdating event.
If forceRender is false then the scene is rendered only if there are any changes in the Scene or SceneView.
If forceUpdate is true then the RenderingLayers are always regenerated (otherwise RenderingLayers are regenerated only when this is required because the changes require that).
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxvoid RenderScene(
bool forceRender,
bool forceUpdate
)
Parameters
- forceRender Boolean
- if true then scene is rendered even if there are no scene changes
- forceUpdate Boolean
- if true then the RenderingLayers are always regenerated (otherwise RenderingLayers are regenerated only when this is required because the changes require that)
See Also