Click or drag to resize
Ab4d.SharpEngine logo

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.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
void 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)
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.ISharpEngineSceneView.RenderScene(System.Boolean,System.Boolean)"]

See Also