From f1e8cfc70fd6c2d4a1b67d8cf2ecdefb65206fe9 Mon Sep 17 00:00:00 2001 From: quou Date: Mon, 10 Mar 2025 14:08:57 +1100 Subject: sort the forward drawlist front-to-back --- model.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'model.hpp') 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); -- cgit v1.2.3-54-g00ecf