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

A point light. More...

#include <RenderScene.hpp>

Public Attributes

glm::vec3 position
 
glm::vec3 color
 
float distance
 
float attenuation
 
float intensity
 

Detailed Description

A point light.

Member Data Documentation

◆ attenuation

float Video::RenderScene::PointLight::attenuation

◆ color

glm::vec3 Video::RenderScene::PointLight::color

◆ distance

float Video::RenderScene::PointLight::distance

◆ intensity

float Video::RenderScene::PointLight::intensity

◆ position

glm::vec3 Video::RenderScene::PointLight::position

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