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

This file defines the implementation of mesh shapes for the project. 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 dependency graph for mesh_cshape.class.c:

Classes

class  MeshCShape
 

Detailed Description

This file defines the implementation of mesh shapes for the project.

This source file contains the implementation of various mesh shapes used in the project. It provides the necessary functions and data structures to create, manipulate, and render mesh shapes within the SDL and OpenGL context.

The main features include:

  • Creation of different mesh shapes
  • Functions to manipulate mesh vertices and indices
  • Rendering functions to display the mesh shapes using OpenGL

This file is a crucial part of the graphics rendering pipeline, ensuring that mesh shapes are correctly created and displayed in the application.

Author
Loup Picault
Date
2023-10-25