RenderOperationType Enumeration |
Namespace: NeoAxis
public enum RenderOperationType
| Member name | Value | Description | |
|---|---|---|---|
| PointList | 1 | A list of points, 1 vertex per point. | |
| LineList | 2 | A list of lines, 2 vertices per line. | |
| LineStrip | 3 | A strip of connected lines, 1 vertex per line plus 1 start vertex. | |
| TriangleList | 4 | A list of triangles, 3 vertices per triangle. | |
| TriangleStrip | 5 | A strip of triangles, 3 vertices for the first triangle, and 1 per triangle after that. |
Copyright 2025 NeoAxis Group. All rights reserved.