|
Blender V4.3
|
#include <DNA_lightprobe_types.h>
Public Attributes | |
| float(* | L0 )[3] |
| float(* | L1_a )[3] |
| float(* | L1_b )[3] |
| float(* | L1_c )[3] |
Irradiance stored as RGB triple using scene linear color space.
Definition at line 253 of file DNA_lightprobe_types.h.
| float(* LightProbeIrradianceData::L0)[3] |
Definition at line 254 of file DNA_lightprobe_types.h.
Referenced by lightprobe_grid_cache_frame_blend_read(), lightprobe_grid_cache_frame_blend_write(), blender::eevee::IrradianceBake::read_result_packed(), and blender::eevee::VolumeProbeModule::set_view().
| float(* LightProbeIrradianceData::L1_a)[3] |
Definition at line 255 of file DNA_lightprobe_types.h.
Referenced by lightprobe_grid_cache_frame_blend_read(), lightprobe_grid_cache_frame_blend_write(), and blender::eevee::IrradianceBake::read_result_packed().
| float(* LightProbeIrradianceData::L1_b)[3] |
Definition at line 256 of file DNA_lightprobe_types.h.
Referenced by lightprobe_grid_cache_frame_blend_read(), lightprobe_grid_cache_frame_blend_write(), and blender::eevee::IrradianceBake::read_result_packed().
| float(* LightProbeIrradianceData::L1_c)[3] |
Definition at line 257 of file DNA_lightprobe_types.h.
Referenced by lightprobe_grid_cache_frame_blend_read(), lightprobe_grid_cache_frame_blend_write(), and blender::eevee::IrradianceBake::read_result_packed().