Click or drag to resize
AB4D logo

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.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
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

Boolean
true if scene was rendered
See Also