PrimitiveType
Description:
[ CCode ( cname = "sfPrimitiveType" , cprefix = "sf" ) ]
public enum PrimitiveType
Content:
Enum values:
- LineStrip - List of connected lines, a
point uses the previous point to form a lin
- Lines - List of individual line
- Points - List of individual point
- Quads - List of individual quad
- TriangleFan - List of connected
triangles, a point uses the common center and the previous point to form a triangl
- TriangleStrip - List of connected
triangles, a point uses the two previous points to form a triangl
- Triangles - List of individual triangle