|
Blender
V2.93
|
#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 122 of file DNA_lightprobe_types.h.
| float LightProbeCache::_pad3[2] |
Definition at line 126 of file DNA_lightprobe_types.h.
| float LightProbeCache::attenuation_fac |
Definition at line 124 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
| float LightProbeCache::attenuation_type |
Definition at line 125 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
| float LightProbeCache::attenuationmat[4][4] |
Definition at line 127 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 123 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
| float LightProbeCache::parallaxmat[4][4] |
Definition at line 128 of file DNA_lightprobe_types.h.
Referenced by EEVEE_lightprobes_cube_data_from_object().
| float LightProbeCache::position[3] |
Definition at line 123 of file DNA_lightprobe_types.h.
Referenced by eevee_lightbake_render_probe_sample(), and EEVEE_lightprobes_cube_data_from_object().