 |
Blender V4.3
|
Go to the documentation of this file.
17#define _DNA_DEFAULT_LightProbe \
19 .grid_resolution_x = 4, \
20 .grid_resolution_y = 4, \
21 .grid_resolution_z = 4, \
22 .grid_bake_samples = 2048, \
23 .grid_surface_bias = 0.05, \
24 .grid_escape_bias = 0.1, \
25 .grid_normal_bias = 0.3f, \
26 .grid_view_bias = 0.0f, \
27 .grid_facing_bias = 0.5f, \
28 .grid_validity_threshold = 0.40f, \
29 .grid_dilation_threshold = 0.5f, \
30 .grid_dilation_radius = 1.0f, \
31 .grid_clamp_direct = 0.0f, \
32 .grid_clamp_indirect = 10.0f, \
33 .grid_surfel_density = 20, \
42 .flag = LIGHTPROBE_FLAG_SHOW_INFLUENCE, \
43 .grid_flag = LIGHTPROBE_GRID_CAPTURE_INDIRECT | LIGHTPROBE_GRID_CAPTURE_EMISSION, \
44 .data_display_size = 0.1f, \