AGI STK Graphics 11 Send comments on this topic.
AgEStkGraphicsIndicesOrderHint Enumeration
See Also 

Description

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

Members

Member Value Description
eStkGraphicsIndicesOrderHintNotSorted 0 The indices passed to SetPartial are not sorted. Therefore, the primitive may sort them to improve performance of writing its geometry to video memory.
eStkGraphicsIndicesOrderHintSortedAscending 1 The 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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1