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

This file contains the implementation of the SphereCShape 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 dependency graph for sphere_cshape.class.c:

Classes

class  SphereCShape
 

Detailed Description

This file contains the implementation of the SphereCShape class.

This source file provides the functionality for creating and manipulating spherical shapes within the application. It includes methods for initializing, rendering, and updating the properties of a sphere. The SphereCShape class is designed to be used in conjunction with the OpenGL rendering pipeline to display 3D spherical objects.

The code in this file is intended to facilitate the creation of complex 3D scenes by providing a reusable and efficient way to handle spherical geometries.

Author
Loup Picault
Date
2023-10-20