summaryrefslogtreecommitdiff
path: root/debugdraw.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-02-07 00:33:47 +1100
committerquou <quou@disroot.org>2025-02-07 00:33:47 +1100
commit5d09e4f0880b182a2f4c89508744c27823ed554e (patch)
tree23c96840e29fd67c02d10bbfced0fd68bee97d51 /debugdraw.hpp
parent2dfa9cfaec5e6e96c8193af5504ffd0b6a8e9a69 (diff)
point debug draw
Diffstat (limited to 'debugdraw.hpp')
-rw-r--r--debugdraw.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/debugdraw.hpp b/debugdraw.hpp
index 0463eb3..cf38104 100644
--- a/debugdraw.hpp
+++ b/debugdraw.hpp
@@ -32,6 +32,7 @@ struct Line_Renderer {
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 add_point(const v3f& p);
void flush(
const Camera& cam,
Device* dev,