diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-28 14:39:20 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-28 14:39:20 -0700 |
commit | 3197f9e40cd7079e19990c64c98de667e2457d75 (patch) | |
tree | 2d9eb3fbc17d453ee33e478bafb9936beff12eb3 /inc/model_instance.hpp | |
parent | 1b96b0211ed98afba515f0ac9880116f79ead2e5 (diff) | |
download | gbarubik-3197f9e40cd7079e19990c64c98de667e2457d75.tar.gz gbarubik-3197f9e40cd7079e19990c64c98de667e2457d75.zip |
draw the whole cube
Diffstat (limited to 'inc/model_instance.hpp')
-rw-r--r-- | inc/model_instance.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/model_instance.hpp b/inc/model_instance.hpp index 997e9a6..8126278 100644 --- a/inc/model_instance.hpp +++ b/inc/model_instance.hpp @@ -16,6 +16,7 @@ private: public: ModelInstance(std::shared_ptr<Mesh> mesh, FIXED scale, VECTOR m_rotation, VECTOR m_pos); + void add_pos(VECTOR d_pos); virtual void render(std::shared_ptr<Scene> scene_context); }; |