diff options
Diffstat (limited to 'tests/OffscreenView.h')
-rw-r--r-- | tests/OffscreenView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/OffscreenView.h b/tests/OffscreenView.h index 52ee3af..453d4d0 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -23,6 +23,9 @@ public: private: Renderer *renderer; double w_h_ratio; + double object_rot_x; + double object_rot_y; + double object_rot_z; bool orthomode; bool showaxes; |