|
Blender V4.3
|
#include <DNA_lightprobe_types.h>
Public Attributes | |
| float(* | L0 )[4] |
| float(* | L1_a )[4] |
| float(* | L1_b )[4] |
| float(* | L1_c )[4] |
| float * | validity |
| float(* | virtual_offset )[4] |
Irradiance data (RGB) stored along visibility (A). This is the format used during baking and is used for visualizing the baking process.
Definition at line 240 of file DNA_lightprobe_types.h.
| float(* LightProbeBakingData::L0)[4] |
Definition at line 241 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_grid_cache_frame_copy(), lightprobe_grid_cache_frame_blend_read(), blender::eevee::IrradianceBake::read_result_packed(), blender::eevee::IrradianceBake::read_result_unpacked(), and blender::eevee::VolumeProbeModule::set_view().
| float(* LightProbeBakingData::L1_a)[4] |
Definition at line 242 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_grid_cache_frame_copy(), lightprobe_grid_cache_frame_blend_read(), blender::eevee::IrradianceBake::read_result_packed(), and blender::eevee::IrradianceBake::read_result_unpacked().
| float(* LightProbeBakingData::L1_b)[4] |
Definition at line 243 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_grid_cache_frame_copy(), lightprobe_grid_cache_frame_blend_read(), blender::eevee::IrradianceBake::read_result_packed(), and blender::eevee::IrradianceBake::read_result_unpacked().
| float(* LightProbeBakingData::L1_c)[4] |
Definition at line 244 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_grid_cache_frame_copy(), lightprobe_grid_cache_frame_blend_read(), blender::eevee::IrradianceBake::read_result_packed(), and blender::eevee::IrradianceBake::read_result_unpacked().
| float* LightProbeBakingData::validity |
Definition at line 245 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_grid_cache_frame_copy(), BKE_lightprobe_grid_cache_frame_free(), lightprobe_grid_cache_frame_blend_read(), blender::eevee::IrradianceBake::read_result_packed(), and blender::eevee::IrradianceBake::read_result_unpacked().
| float(* LightProbeBakingData::virtual_offset)[4] |
Definition at line 247 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_grid_cache_frame_copy(), BKE_lightprobe_grid_cache_frame_free(), and lightprobe_grid_cache_frame_blend_read().