Blender V5.0
blender::eevee::LightSpotData Struct Reference

#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

Detailed Description

Definition at line 105 of file eevee_light_shared.hh.

Member Data Documentation

◆ _pad1

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

Definition at line 108 of file eevee_light_shared.hh.

◆ spot_bias

float blender::eevee::LightSpotData::spot_bias

Definition at line 116 of file eevee_light_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 110 of file eevee_light_shared.hh.

◆ spot_size_inv

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.

◆ spot_tan

float blender::eevee::LightSpotData::spot_tan

Spot angle tangent.

Definition at line 115 of file eevee_light_shared.hh.


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