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.2.419.0 (24.2.419.0)
Syntax public virtual PrimitivesSortOrder TranslucentPrimitivesSortOrder { get; set; }
Public Overridable Property TranslucentPrimitivesSortOrder As PrimitivesSortOrder
Get
Set
public:
virtual property PrimitivesSortOrder TranslucentPrimitivesSortOrder {
PrimitivesSortOrder get ();
void set (PrimitivesSortOrder value);
}
abstract TranslucentPrimitivesSortOrder : PrimitivesSortOrder with get, set
override TranslucentPrimitivesSortOrder : PrimitivesSortOrder with get, set
Property Value
Type:
PrimitivesSortOrderSee Also