Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::light::point Struct Reference

Struct representing point light specific properties. More...

#include <light.h>

Public Attributes

float range = 10.0f
 The range of the point light.
 
float exponent_falloff = 1.0f
 The exponent falloff for the point light.
 

Detailed Description

Struct representing point light specific properties.

Definition at line 159 of file light.h.

Member Data Documentation

◆ 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: