You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Restored normal bias as default bias in GIProbe
This commit is contained in:
@@ -1486,8 +1486,8 @@ GIProbe::GIProbe() {
|
||||
subdiv = SUBDIV_128;
|
||||
dynamic_range = 4;
|
||||
energy = 1.0;
|
||||
bias = 0.0;
|
||||
normal_bias = 0.8;
|
||||
bias = 1.5;
|
||||
normal_bias = 0.0;
|
||||
propagation = 1.0;
|
||||
extents = Vector3(10, 10, 10);
|
||||
color_scan_cell_width = 4;
|
||||
|
||||
Reference in New Issue
Block a user