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

A directional light source (like the sun). More...

#include <RenderScene.hpp>

Public Attributes

glm::vec3 direction
 
glm::vec3 color
 
float ambientCoefficient
 

Detailed Description

A directional light source (like the sun).

Member Data Documentation

◆ ambientCoefficient

float Video::RenderScene::DirectionalLight::ambientCoefficient

◆ color

glm::vec3 Video::RenderScene::DirectionalLight::color

◆ direction

glm::vec3 Video::RenderScene::DirectionalLight::direction

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