|
DXSceneRenderScene(Boolean, Boolean) Method |
RenderScene rendered the scene.
If forceRender is false then the scene is rendered only if there are any changes in the scene nodes.
If forceUpdate is true then the RenderingQueues are always regenerated (otherwise RenderingQueues are regenerated only when this is required because of the changes).
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool RenderScene(
bool forceRender,
bool forceUpdate
)
Parameters
- forceRender Boolean
- if true than scene is rendered even if there are no scene changes
- forceUpdate Boolean
- if true then the RenderingQueues are always regenerated (otherwise RenderingQueues are regenerated only when this is required because of the changes)
Return Value
Booleantrue if scene was rendered
See Also