STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsIndicesOrderHint Enumeration
See Also

Description

An optimization hint optionally provided to a primitive's SetPartial method to enhance performance.

Members

MemberValueDescription
eStkGraphicsIndicesOrderHintNotSorted0The indices passed to SetPartial are not sorted. Therefore, the primitive may sort them to improve performance of writing its geometry to video memory.
eStkGraphicsIndicesOrderHintSortedAscending1The indices passed to SetPartial are sorted in ascending order. Therefore, the primitive does not need to sort them. It is recommended to only use SortedAscending if it is easy and efficient for you to provide the indices in ascending order. For example, do not use a standard sorting algorithm to sort your indices so you can use SortedAscending. Instead use NotSorted and let the primitive decide what is most efficient.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.