Home
last modified time | relevance | path

Searched refs:LIGHT_COMPONENT_USER_SET_MIN_LIGHT_RANGE (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dcomponent_util_functions.h24 constexpr float LIGHT_COMPONENT_USER_SET_MIN_LIGHT_RANGE = 0.0001f; member
27 * @param lightRange If smaller than LIGHT_COMPONENT_USER_SET_MIN_LIGHT_RANGE (i.e. 0) new range is calculated.
33 if (range <= LIGHT_COMPONENT_USER_SET_MIN_LIGHT_RANGE) { // calculate range in CalculateSafeLightRange()

Completed in 1 milliseconds