|
Blender V4.5
|
#include <eevee_shader_shared.hh>
Public Attributes | |
| LOCAL_LIGHT_COMMON float | _pad1 |
| float | spot_mul |
| float2float2 | spot_size_inv |
| float | spot_tan |
| float | spot_bias |
Definition at line 946 of file eevee_shader_shared.hh.
| LOCAL_LIGHT_COMMON float blender::eevee::LightSpotData::_pad1 |
Definition at line 949 of file eevee_shader_shared.hh.
| float blender::eevee::LightSpotData::spot_bias |
Definition at line 957 of file eevee_shader_shared.hh.
| float blender::eevee::LightSpotData::spot_mul |
Scale and bias to spot equation parameter. Used for adjusting the falloff.
Definition at line 951 of file eevee_shader_shared.hh.
Inverse spot size (in X and Y axes).
Definition at line 954 of file eevee_shader_shared.hh.
| float blender::eevee::LightSpotData::spot_tan |
Spot angle tangent.
Definition at line 956 of file eevee_shader_shared.hh.