Loading...
Searching...
No Matches
PrimitiveType.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
@ sfTriangleFan
List of connected triangles, a point uses the common center and the previous point to form a triangle...
Definition PrimitiveType.h:49
@ sfTriangleStrip
List of connected triangles, a point uses the two previous points to form a triangle.
Definition PrimitiveType.h:48
@ sfLineStrip
List of connected lines, a point uses the previous point to form a line.
Definition PrimitiveType.h:46