diff options
author | quou <quou@disroot.org> | 2025-01-21 00:16:17 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-21 00:16:17 +1100 |
commit | 9cab0d4634ab6cdc180f9ab49939854f3d72bf01 (patch) | |
tree | 4f681e0dac6e93645d41bc9ad448994d941d0ef3 /debugdraw.hpp | |
parent | f68f2df575bca6e75cd8905e926ea823b1f379d5 (diff) |
arrow drawing function
Diffstat (limited to 'debugdraw.hpp')
-rw-r--r-- | debugdraw.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debugdraw.hpp b/debugdraw.hpp index e5142dc..0463eb3 100644 --- a/debugdraw.hpp +++ b/debugdraw.hpp @@ -30,6 +30,7 @@ struct Line_Renderer { void begin(int wi, int he); void colour(const v3f& c); void add_line(const v3f& s, const v3f& e); + void add_arrow(const v3f& s, const v3f& e); void add_box(const AABB& b); void flush( const Camera& cam, |