Hymn to Beauty
C++ 3D Engine
Video::DirectionalLight Struct Reference

A directional light used for lighting the scene. More...

#include <Light.hpp>

Public Attributes

glm::vec4 direction
 Direction. More...
 
glm::vec4 intensitiesAmbientCoefficient
 Intensity and ambient coefficient. More...
 

Detailed Description

A directional light used for lighting the scene.

Member Data Documentation

◆ direction

glm::vec4 Video::DirectionalLight::direction

Direction.

◆ intensitiesAmbientCoefficient

glm::vec4 Video::DirectionalLight::intensitiesAmbientCoefficient

Intensity and ambient coefficient.


The documentation for this struct was generated from the following file: