This file contains the implementation of the model class. More...
#include <raptiquax.h>
#include <classes/classes.h>
#include <math/math_util.h>
#include <io/model.h>
#include <render/framebuffer.h>
#include <storage/node.h>
#include <memory.h>
#include <render/render.h>
Classes | |
class | Model |
Structure representing a 3D model. More... | |
This file contains the implementation of the model class.
This source file contains the implementation of the model class, which is used to represent and manage 3D models in the application. It includes functions for loading, rendering, and manipulating 3D models.