|
Blender V4.3
|
#include <eevee_shader_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 912 of file eevee_shader_shared.hh.
| LOCAL_LIGHT_COMMON float blender::eevee::LightSpotData::_pad1 |
Definition at line 915 of file eevee_shader_shared.hh.
| float blender::eevee::LightSpotData::spot_bias |
Definition at line 923 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 917 of file eevee_shader_shared.hh.
| float2 blender::eevee::LightSpotData::spot_size_inv |
Inverse spot size (in X and Y axes).
Definition at line 920 of file eevee_shader_shared.hh.
| float blender::eevee::LightSpotData::spot_tan |
Spot angle tangent.
Definition at line 922 of file eevee_shader_shared.hh.