Click or drag to resize

PrimitiveManagerTranslucentPrimitivesSortOrder Property

Gets or sets the sort order for translucent primitives in the primitive manager. This determines a trade-off between rendering speed and quality. It is only recommended to use PrimitivesSortOrderBackToFront when translucent primitives along the same line of sight cause blending artifacts.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual PrimitivesSortOrder TranslucentPrimitivesSortOrder { get; set; }

Property Value

Type: PrimitivesSortOrder
See Also