MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
context.h File Reference
#include <algorithm>
#include "ogl/defines.h"
#include "ogl/events.h"
#include "ogl/camera.h"
#include "ogl/camera_trackball.h"
#include "ogl/camera_2d.h"
Include dependency graph for context.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< Cam2Dogl::CameraPlanarContext
 
typedef CameraContext< CamTrackballogl::CameraTrackballContext