Renderer.h File Reference
#include "OSdetect.h"
#include "Renderer_GL.h"
#include "Logger.h"
#include "View.h"
#include "Input.h"
#include "ObjectManager.h"
#include "ModelRenderer.h"

Go to the source code of this file.

Classes

class  Renderer
 The main class that is able to initialize and maintain the render loop as well as a view, an input object, an object manager and a model renderer. More...
 

Typedefs

typedef std::shared_ptr< RendererRendererPtr
 

Typedef Documentation

typedef std::shared_ptr< Renderer > RendererPtr