Blender V4.3
blender::eevee::LightSpotData Struct Reference

#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
 

Detailed Description

Definition at line 912 of file eevee_shader_shared.hh.

Member Data Documentation

◆ _pad1

LOCAL_LIGHT_COMMON float blender::eevee::LightSpotData::_pad1

Definition at line 915 of file eevee_shader_shared.hh.

◆ spot_bias

float blender::eevee::LightSpotData::spot_bias

Definition at line 923 of file eevee_shader_shared.hh.

◆ spot_mul

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.

◆ spot_size_inv

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.

◆ spot_tan

float blender::eevee::LightSpotData::spot_tan

Spot angle tangent.

Definition at line 922 of file eevee_shader_shared.hh.


The documentation for this struct was generated from the following file: