Tucano
0.1
A library for rapid prototyping with modern OpenGL and GLSL
|
#include <GL/glew.h>
#include "objimporter.hpp"
#include "plyimporter.hpp"
#include <tucano.hpp>
#include <utils/trackball.hpp>
#include <QGLWidget>
#include <QMouseEvent>
#include <QFileDialog>
Go to the source code of this file.
Classes | |
class | Tucano::QtGlewInitializer |
This class is just to make sure that GLEW is initialized before anything else, so the constructor of this class is called before the QtTrackballWidget constructor. More... | |
class | Tucano::QtTrackballWidget |
A widget with a trackball iteration for a single mesh and a single light source. Extends QGLWidget class to include common methods for using ShaderLib this widget already has a default camera and light trackball and associated mouse methods. More... | |
Namespaces | |
Tucano | |