HiddenLine
-
class
HiddenLine
Public Types
-
enum class
Algorithm
: uint32_t Specifies the sorting algorithm that should be used to sort the geometry which has been drawn as a result of setting SetRenderFaces to true.
Values:
-
enumerator
None
No sorting of faces will be performed.
-
enumerator
ZBuffer
Utilizes a z-buffering algorithm, defaulting to hardware z-buffer.
-
enumerator
ZSort
Utilizes a z-sorting algorithm which sorts faces based on the z-value of each triangles centroid.
-
enumerator
-
enum class