Click or drag to resize
AB4D logo

DXSceneRenderScene(DXScene, Boolean, Boolean) Method

Renders the scene to the back buffers and with using cameras defined in childDXScene.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool RenderScene(
	DXScene childDXScene,
	bool forceRender = true,
	bool forceUpdate = true
)

Parameters

childDXScene  DXScene
DXScene that defines the back buffers and cameras
forceRender  Boolean  (Optional)
if true than scene is rendered even if there are no scene changes
forceUpdate  Boolean  (Optional)
if true then the RenderingQueues are always regenerated (otherwise RenderingQueues are regenerated only when this is required because of the changes)

Return Value

Boolean
Remarks
true if scene was rendered
See Also