Skeletal Animation Multithread Face
|
This class performs the rendering of the scene. This has been included inside a class for better organization of the code due to forking. More...
#include <rendering.h>
Public Member Functions | |
Rendering () | |
Rendering constructor. More... | |
This class performs the rendering of the scene. This has been included inside a class for better organization of the code due to forking.
Definition at line 21 of file rendering.h.
Rendering::Rendering | ( | ) |
Rendering constructor.
Construct a new Rendering:: Rendering object.
Definition at line 7 of file rendering.cpp.