|
Blender V4.3
|
#include <DNA_lightprobe_types.h>
Public Attributes | |
| float * | L0 |
| float * | L1_a |
| float * | L1_b |
| float * | L1_c |
Normalized visibility of distant light. Used for compositing grids together.
Definition at line 263 of file DNA_lightprobe_types.h.
| float* LightProbeVisibilityData::L0 |
Definition at line 264 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* LightProbeVisibilityData::L1_a |
Definition at line 265 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* LightProbeVisibilityData::L1_b |
Definition at line 266 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* LightProbeVisibilityData::L1_c |
Definition at line 267 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().