change default propagation value
This commit is contained in:
parent
ba891a0e8b
commit
81213917d1
1 changed files with 2 additions and 2 deletions
|
@ -1511,7 +1511,7 @@ GIProbe::GIProbe() {
|
|||
energy = 1.0;
|
||||
bias = 1.5;
|
||||
normal_bias = 0.0;
|
||||
propagation = 1.0;
|
||||
propagation = 0.7;
|
||||
extents = Vector3(10, 10, 10);
|
||||
color_scan_cell_width = 4;
|
||||
bake_texture_size = 128;
|
||||
|
|
Loading…
Reference in a new issue