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

This file contains the implementation of the Camera 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 camera.class.c:

Classes

class  Camera
 A structure to represent a camera with position and rotation in 3D space. More...
 

Detailed Description

This file contains the implementation of the Camera class.

This source file provides the functionality for managing and manipulating camera objects within the application. It includes functions for setting camera parameters, updating the camera's position and orientation, and handling camera-related transformations.

The Camera class is essential for rendering scenes from different viewpoints and is used extensively in the graphics rendering pipeline.

Author
Loup Picault
Date
2023-10-31