|
Blender V5.0
|
#include <eevee_light_shared.hh>
Public Attributes | |
| LOCAL_LIGHT_COMMON float | _pad1 |
| float | spot_mul |
| float2 | spot_size_inv |
| float | spot_tan |
| float | spot_bias |
Definition at line 105 of file eevee_light_shared.hh.
| LOCAL_LIGHT_COMMON float blender::eevee::LightSpotData::_pad1 |
Definition at line 108 of file eevee_light_shared.hh.
| float blender::eevee::LightSpotData::spot_bias |
Definition at line 116 of file eevee_light_shared.hh.
| float blender::eevee::LightSpotData::spot_mul |
Scale and bias to spot equation parameter. Used for adjusting the falloff.
Definition at line 110 of file eevee_light_shared.hh.
| float2 blender::eevee::LightSpotData::spot_size_inv |
Inverse spot size (in X and Y axes).
Definition at line 113 of file eevee_light_shared.hh.
| float blender::eevee::LightSpotData::spot_tan |
Spot angle tangent.
Definition at line 115 of file eevee_light_shared.hh.