diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-05 00:17:26 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-05 00:17:26 (GMT) |
commit | 38f50db0e061353b8ef7055a39357fcf6442d199 (patch) | |
tree | 29bbe81aa678dc5d71946122b4733ee4733757e2 /tests/OffscreenView.h | |
parent | 80e526880a0b44361fe6793ac740a19e65df44b2 (diff) |
Initially show object at an angle
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; |