summaryrefslogtreecommitdiff
path: root/src/my_gtk_gl_scene_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/my_gtk_gl_scene_widget.h')
-rw-r--r--src/my_gtk_gl_scene_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/my_gtk_gl_scene_widget.h b/src/my_gtk_gl_scene_widget.h
index 8445252..bf156ab 100644
--- a/src/my_gtk_gl_scene_widget.h
+++ b/src/my_gtk_gl_scene_widget.h
@@ -22,6 +22,8 @@ class MyGTKGLSceneWidget : public Gtk::DrawingArea, public Gtk::GL::Widget<MyGTK
virtual bool on_button_release_event(GdkEventButton *event);
bool do_mouse_logic(GdkEventType type, guint state, guint x, guint y);
+ private:
+ struct camera_params { float rx; float ry; float tz; } camera;
};
#endif /*MY_GTK_GL_SCENE_H*/