24#ifndef GF_PRIMITIVE_TYPE_H
25#define GF_PRIMITIVE_TYPE_H
28#ifndef DOXYGEN_SHOULD_SKIP_THIS
53#ifndef DOXYGEN_SHOULD_SKIP_THIS
PrimitiveType
Kind of primitives to render.
Definition: PrimitiveType.h:43
@ TriangleFan
List of connected triangles, a point uses the common center and the previous point to form a triangle...
@ TriangleStrip
List of connected triangles, a point uses the two previous points to form a triangle.
@ LineLoop
List of connected lines, a point uses the previous point to form a line, the last point is connected ...
@ Points
List of individual points.
@ Triangles
List of individual triangles.
@ Lines
List of individual lines.
@ LineStrip
List of connected lines, a point uses the previous point to form a line.
The namespace for gf classes.