Struct representing point light specific properties.
More...
#include <light.h>
|
float | range = 10.0f |
| The range of the point light.
|
|
float | exponent_falloff = 1.0f |
| The exponent falloff for the point light.
|
|
Struct representing point light specific properties.
Definition at line 159 of file light.h.
◆ exponent_falloff
float unravel::light::point::exponent_falloff = 1.0f |
The exponent falloff for the point light.
Definition at line 164 of file light.h.
◆ range
float unravel::light::point::range = 10.0f |
The range of the point light.
Definition at line 162 of file light.h.
The documentation for this struct was generated from the following file:
- C:/Workspace/github/UnravelEngine/UnravelEngine/engine/engine/rendering/light.h