TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
Loading...
Searching...
No Matches
Renderer3D.h File Reference

Class that manages a 3D scene. More...

#include "Misc.h"
#include "Color.h"
#include "Vec2.h"
#include "Vec3.h"
#include "Vec4.h"
#include "Box2.h"
#include "Box3.h"
#include "Mat4.h"
#include "Image.h"
#include "Shaders.h"
#include "Rasterizer.h"
#include "Mesh3D.h"
#include "Renderer3D.inl"

Go to the source code of this file.

Classes

class  tgx::Renderer3D< color_t, LOADED_SHADERS, ZBUFFER_t >
 Class for drawing 3D objects onto a Image [MAIN CLASS FOR THE 3D API]. More...
 

Detailed Description

Class that manages a 3D scene.