CullingMode Enumeration |
Namespace: NeoAxis
public enum CullingMode
Member name | Value | Description | |
---|---|---|---|
None | 1 | Hardware never culls triangles and renders everything it receives. | |
Clockwise | 2 | Hardware culls triangles whose vertices are listed clockwise in the view (default). | |
Anticlockwise | 3 | Hardware culls triangles whose vertices are listed anticlockwise in the view. |
Copyright 2024 NeoAxis Group. All rights reserved.