From 3197f9e40cd7079e19990c64c98de667e2457d75 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 28 Nov 2023 14:39:20 -0700 Subject: draw the whole cube --- inc/model_instance.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/model_instance.hpp') 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, FIXED scale, VECTOR m_rotation, VECTOR m_pos); + void add_pos(VECTOR d_pos); virtual void render(std::shared_ptr scene_context); }; -- cgit v1.2.3-70-g09d2