Definition BlendMode.hpp:34
PrimitiveType
Types of primitives that a sf::VertexArray can render.
Definition PrimitiveType.hpp:39
@ TriangleFan
List of connected triangles, a point uses the common center and the previous point to form a triangle...
Definition PrimitiveType.hpp:45
@ TriangleStrip
List of connected triangles, a point uses the two previous points to form a triangle.
Definition PrimitiveType.hpp:44
@ Points
List of individual points.
Definition PrimitiveType.hpp:40
@ Triangles
List of individual triangles.
Definition PrimitiveType.hpp:43
@ Lines
List of individual lines.
Definition PrimitiveType.hpp:41
@ LineStrip
List of connected lines, a point uses the previous point to form a line.
Definition PrimitiveType.hpp:42