Click or drag to resize
AB4D logo

DXSceneRenderScene(RenderingContext, Boolean) Method

Renders the scene with using custom RenderingContext. This allows rendering to custom buffers and render targets.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void RenderScene(
	RenderingContext renderingContext,
	bool forceUpdate = true
)

Parameters

renderingContext  RenderingContext
custom RenderingContext
forceUpdate  Boolean  (Optional)
if true (by default) then the RenderingQueues are always regenerated (otherwise RenderingQueues are regenerated only when this is required because of the changes)
See Also