summaryrefslogtreecommitdiff
path: root/model.hpp
diff options
context:
space:
mode:
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 f21c35e..204b73c 100644
--- a/model.hpp
+++ b/model.hpp
@@ -30,6 +30,7 @@ struct Mesh {
int mvp_binding_depth;
bool world_dirty;
m4f world, local;
+ AABB bound;
Shader_Id shader, depth_shader;
Material* material;
const m4f& get_world(Model& m);