Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
DirectionalLight Struct Reference

Directional light struct representing a directional light. More...

#include <BasicTypes.hpp>

Collaboration diagram for DirectionalLight:
Collaboration graph

Public Attributes

glm::vec3 direction
 direction of the directional light More...
 
glm::vec3 color
 color of the directional light More...
 
float intensity
 intensity of the directional light More...
 

Detailed Description

Directional light struct representing a directional light.

Member Data Documentation

◆ color

glm::vec3 DirectionalLight::color

color of the directional light

◆ direction

glm::vec3 DirectionalLight::direction

direction of the directional light

◆ intensity

float DirectionalLight::intensity

intensity of the directional light


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