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

This file contains the implementation of the directional light 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 <render/lighting.h>
#include <render/depth_map.h>
#include <buffer.h>
Include dependency graph for directional_light.class.c:

Classes

class  DirectionalLight
 Represents a directional light source. More...
 

Detailed Description

This file contains the implementation of the directional light class.

This source file contains the implementation details for the directional light class used in the project. It is designed to handle the properties and behaviors of directional lights in the rendering engine. The directional light class is responsible for setting up light direction, intensity, and other related parameters to simulate directional lighting in the scene.

Author
Loup Picault
Date
2023-10-31