summaryrefslogtreecommitdiff
path: root/src/my_gtk_gl_scene_widget.hpp
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2013-03-04 22:38:40 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2013-03-04 22:38:40 +0000
commitfc4daa1fe40d0127dbd1e9fdbd4031bade1f7522 (patch)
tree7201ac0bb6e1abd171e92b97b0d2347cffc4f0ce /src/my_gtk_gl_scene_widget.hpp
parent35e25937ad05e409340e7cd356c3ce1a45a5a3f9 (diff)
download2013-gpudataviz-fc4daa1fe40d0127dbd1e9fdbd4031bade1f7522.tar.gz
2013-gpudataviz-fc4daa1fe40d0127dbd1e9fdbd4031bade1f7522.tar.bz2
2013-gpudataviz-fc4daa1fe40d0127dbd1e9fdbd4031bade1f7522.zip
Ok, première version qui affiche le mesh correctement initializé avec OpenCL et qui affiche même un sinus radial sur un clic de souris mouse1.
Reste a capturer les evenements mouse wheel et/ou clavier. git-svn-id: file:///var/svn/2013-gpudataviz/trunk@19 371a6b4a-a258-45f8-9dcc-bdd82ce0ac9d
Diffstat (limited to 'src/my_gtk_gl_scene_widget.hpp')
-rw-r--r--src/my_gtk_gl_scene_widget.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/my_gtk_gl_scene_widget.hpp b/src/my_gtk_gl_scene_widget.hpp
index b6fbe73..4d50dd6 100644
--- a/src/my_gtk_gl_scene_widget.hpp
+++ b/src/my_gtk_gl_scene_widget.hpp
@@ -1,7 +1,9 @@
#ifndef MY_GTK_GL_SCENE_H
#define MY_GTK_GL_SCENE_H
-#include "gtk_includes.hpp"
+#include <gtkmm.h>
+#include <gtkglmm.h>
+#include <GL/glu.h>
#include "opencl_mesh_kit.hpp"
// Class that will contain all the OpenGL logic for displaying the OpenCL computed data