Basic Renderer
|
#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< Renderer > | RendererPtr |
typedef std::shared_ptr< Renderer > RendererPtr |