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>
Classes | |
class | DirectionalLight |
Represents a directional light source. More... | |
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.