mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 21:01:48 +01:00
Fix digging
This commit is contained in:
@@ -60,6 +60,8 @@ namespace utils
|
||||
void DrawPolygon( const Vector2f* pVertices, size_t nrVertices, bool closed = true, float lineWidth = 1.0f );
|
||||
void FillPolygon( const std::vector<Vector2f>& vertices);
|
||||
void FillPolygon( const Vector2f* pVertices, size_t nrVertices);
|
||||
|
||||
void DrawArrow(const Vector2f& start, const Vector2f& end, float lineWidth = 1.0f, float arrowSize = 10.0f);
|
||||
#pragma endregion OpenGLDrawFunctionality
|
||||
|
||||
#pragma region CollisionFunctionality
|
||||
|
||||
Reference in New Issue
Block a user