diff options
author | quou <quou@disroot.org> | 2025-01-12 00:14:16 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-12 00:14:16 +1100 |
commit | db7e94765c972ef940bf431e541dda4d893efc40 (patch) | |
tree | 1d374bdc42cb4d90c3121cbf878d324936f271ad /model.hpp | |
parent | 306c6318a32a9af351daaa60d2cc082e45e30dd4 (diff) |
Diffstat (limited to 'model.hpp')
-rw-r--r-- | model.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |