Euphoria
eu::render::LightAttenuation Struct Reference

#include <light.h>

Public Attributes

float constant = 1.0f
 
float linear = 0.09f
 
float quadratic = 0.032f
 

Detailed Description

Definition at line 9 of file light.h.

Member Data Documentation

◆ constant

float eu::render::LightAttenuation::constant = 1.0f

Definition at line 11 of file light.h.

◆ linear

float eu::render::LightAttenuation::linear = 0.09f

Definition at line 12 of file light.h.

◆ quadratic

float eu::render::LightAttenuation::quadratic = 0.032f

Definition at line 13 of file light.h.


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