24 #ifndef GF_PRIMITIVE_TYPE_H 25 #define GF_PRIMITIVE_TYPE_H 28 #ifndef DOXYGEN_SHOULD_SKIP_THIS 53 #ifndef DOXYGEN_SHOULD_SKIP_THIS 58 #endif // GF_PRIMITIVE_TYPE_H PrimitiveType
Kind of primitives to render.
Definition: PrimitiveType.h:43
List of connected lines, a point uses the previous point to form a line, the last point is connected ...
The namespace for gf classes.
Definition: Action.h:35
List of connected triangles, a point uses the two previous points to form a triangle.
List of individual points.
List of individual triangles.
List of connected triangles, a point uses the common center and the previous point to form a triangle...
List of individual lines.
List of connected lines, a point uses the previous point to form a line.