|
Blender V4.3
|
#include <DNA_lightprobe_types.h>
Definition at line 20 of file DNA_lightprobe_types.h.
| char LightProbe::_pad0[3] |
Definition at line 35 of file DNA_lightprobe_types.h.
| char LightProbe::_pad1[4] |
Definition at line 83 of file DNA_lightprobe_types.h.
| struct AnimData* LightProbe::adt |
Animation data (must be immediately after id for utilities to use it).
Definition at line 23 of file DNA_lightprobe_types.h.
| char LightProbe::attenuation_type |
Attenuation type.
Definition at line 30 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_type_set(), and OVERLAY_lightprobe_cache_populate().
| float LightProbe::clipend |
Definition at line 44 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| float LightProbe::clipsta |
Definition at line 44 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_type_set(), and OVERLAY_lightprobe_cache_populate().
| float LightProbe::data_display_size |
LIGHTPROBE_FLAG_SHOW_DATA display size.
Definition at line 82 of file DNA_lightprobe_types.h.
| float LightProbe::distinf |
Influence Radius.
Definition at line 38 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_type_set(), and OVERLAY_lightprobe_cache_populate().
| float LightProbe::distpar |
Parallax Radius.
Definition at line 40 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| float LightProbe::falloff |
Influence falloff.
Definition at line 42 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_type_set(), and OVERLAY_lightprobe_cache_populate().
| char LightProbe::flag |
General purpose flags for probes.
Definition at line 28 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| int LightProbe::grid_bake_samples |
Irradiance grid: number of directions to evaluate light transfer in.
Definition at line 58 of file DNA_lightprobe_types.h.
| float LightProbe::grid_clamp_direct |
Light intensity clamp.
Definition at line 72 of file DNA_lightprobe_types.h.
| float LightProbe::grid_clamp_indirect |
Definition at line 73 of file DNA_lightprobe_types.h.
| float LightProbe::grid_dilation_radius |
Definition at line 69 of file DNA_lightprobe_types.h.
| float LightProbe::grid_dilation_threshold |
Irradiance grid: Dilation.
Definition at line 68 of file DNA_lightprobe_types.h.
| float LightProbe::grid_escape_bias |
Definition at line 61 of file DNA_lightprobe_types.h.
| float LightProbe::grid_facing_bias |
Definition at line 65 of file DNA_lightprobe_types.h.
| char LightProbe::grid_flag |
Grid specific flags.
Definition at line 34 of file DNA_lightprobe_types.h.
| float LightProbe::grid_normal_bias |
Irradiance grid: Sampling biases.
Definition at line 63 of file DNA_lightprobe_types.h.
| int LightProbe::grid_resolution_x |
Irradiance grid resolution.
Definition at line 54 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| int LightProbe::grid_resolution_y |
Definition at line 55 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| int LightProbe::grid_resolution_z |
Definition at line 56 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| float LightProbe::grid_surface_bias |
Irradiance grid: Virtual offset parameters.
Definition at line 60 of file DNA_lightprobe_types.h.
| int LightProbe::grid_surfel_density |
Surface element density for scene surface cache. In surfel per unit distance.
Definition at line 76 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| float LightProbe::grid_validity_threshold |
Definition at line 66 of file DNA_lightprobe_types.h.
| float LightProbe::grid_view_bias |
Definition at line 64 of file DNA_lightprobe_types.h.
| ID LightProbe::id |
| float LightProbe::intensity |
Intensity multiplier.
Definition at line 51 of file DNA_lightprobe_types.h.
| char LightProbe::parallax_type |
Parallax type.
Definition at line 32 of file DNA_lightprobe_types.h.
Referenced by OVERLAY_lightprobe_cache_populate().
| char LightProbe::type |
For realtime probe objects.
Definition at line 26 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_type_set(), OVERLAY_lightprobe_cache_populate(), and blender::ed::outliner::tree_element_get_icon_from_id().
| float LightProbe::vis_bias |
VSM visibility biases.
Definition at line 47 of file DNA_lightprobe_types.h.
| float LightProbe::vis_bleedbias |
Definition at line 47 of file DNA_lightprobe_types.h.
| float LightProbe::vis_blur |
Definition at line 48 of file DNA_lightprobe_types.h.
| struct Collection* LightProbe::visibility_grp |
Object visibility group, inclusive or exclusive.
Definition at line 79 of file DNA_lightprobe_types.h.
Referenced by lightprobe_foreach_id().