Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
model.class.c File Reference

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>
Include dependency graph for model.class.c:

Classes

class  Model
 Structure representing a 3D model. More...
 

Detailed Description

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.

Author
Loup Picault
Date
October 11, 2023