MVE - Multi-View Environment mve-devel
|
#include <algorithm>
#include "ogl/defines.h"
#include "ogl/events.h"
#include "ogl/camera.h"
#include "ogl/camera_trackball.h"
#include "ogl/camera_2d.h"
Go to the source code of this file.
Classes | |
class | ogl::CameraContext< CTRL > |
A simple context that does some of the common annoying work. More... | |
class | ogl::Context |
Abstraction of a rendering context/viewport that displays renderings. More... | |
Namespaces | |
namespace | ogl |
Wrappers and helpers for the OpenGL graphics API. | |
Typedefs | |
typedef CameraContext< Cam2D > | ogl::CameraPlanarContext |
typedef CameraContext< CamTrackball > | ogl::CameraTrackballContext |