Blender
V3.3
|
#include <DNA_lightprobe_types.h>
Public Attributes | |
float | position [3] |
float | parallax_type |
float | attenuation_fac |
float | attenuation_type |
float | _pad3 [2] |
float | attenuationmat [4][4] |
float | parallaxmat [4][4] |
Definition at line 108 of file DNA_lightprobe_types.h.
float LightProbeCache::_pad3[2] |
Definition at line 112 of file DNA_lightprobe_types.h.
float LightProbeCache::attenuation_fac |
Definition at line 110 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
float LightProbeCache::attenuation_type |
Definition at line 111 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
float LightProbeCache::attenuationmat[4][4] |
Definition at line 113 of file DNA_lightprobe_types.h.
Referenced by eevee_lightbake_cube_influence_volume(), and EEVEE_lightprobes_cube_data_from_object().
float LightProbeCache::parallax_type |
Definition at line 109 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
float LightProbeCache::parallaxmat[4][4] |
Definition at line 114 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
float LightProbeCache::position[3] |
Definition at line 109 of file DNA_lightprobe_types.h.
Referenced by eevee_lightbake_render_probe_sample(), and EEVEE_lightprobes_cube_data_from_object().