MVE - Multi-View Environment mve-devel
|
#include <memory>
#include "mve/mesh.h"
#include "ogl/defines.h"
#include "ogl/opengl.h"
#include "ogl/shader_program.h"
#include "ogl/vertex_array.h"
#include "ogl/vertex_buffer.h"
Go to the source code of this file.
Classes | |
class | ogl::MeshRenderer |
OpenGL renderer that takes a mesh and automatically creates the appropriate VBOs and a vertex array object. More... | |
Namespaces | |
namespace | ogl |
Wrappers and helpers for the OpenGL graphics API. | |