diff options
Diffstat (limited to 'model.hpp')
-rw-r--r-- | model.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |