summaryrefslogtreecommitdiff
path: root/model.hpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-03-10 14:08:57 +1100
committerquou <quou@disroot.org>2025-03-10 14:09:08 +1100
commitf1e8cfc70fd6c2d4a1b67d8cf2ecdefb65206fe9 (patch)
tree4c6e99d8c8928f7c6b14b6347134aab417016583 /model.hpp
parenta7ef36bc519dff1700048ba8f21658daa138a81a (diff)
sort the forward drawlist front-to-back
Diffstat (limited to 'model.hpp')
-rw-r--r--model.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/model.hpp b/model.hpp
index 7417e51..75e310e 100644
--- a/model.hpp
+++ b/model.hpp
@@ -110,6 +110,7 @@ struct Model_Instance {
Model* m;
AABB* bounds;
AABB bound;
+ v3f centre;
void init(Device* dev, Heap* h, Model* model);
void destroy(Device* dev, Heap* h);