Click or drag to resize
AB4D logo

SortedRenderablePrimitiveRenderingQueueSort Method

Sort items in this rendering queue.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool Sort(
	RenderingContext renderingContext,
	ICamera usedCamera,
	bool forceSorting
)

Parameters

renderingContext  RenderingContext
RenderingContext
usedCamera  ICamera
ICamera
forceSorting  Boolean
when true, then sorting is performed in all cases; if false sorting is performed only when needed based on the DXScene changes flag.

Return Value

Boolean
true if sort was performed, false if no sorting was required

Implements

ISortedRenderingQueueSort(RenderingContext, ICamera, Boolean)
See Also