Loading...
Searching...
No Matches
PrimitiveType.hpp
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.
@ TriangleStrip
List of connected triangles, a point uses the two previous points to form a triangle.
Definition PrimitiveType.hpp:45
@ LineStrip
List of connected lines, a point uses the previous point to form a line.
Definition PrimitiveType.hpp:43
@ TriangleFan
List of connected triangles, a point uses the common center and the previous point to form a triangle...
Definition PrimitiveType.hpp:46
@ Quads
List of individual quads (deprecated, don't work with OpenGL ES)
Definition PrimitiveType.hpp:47
Definition AlResource.hpp:35