Merge pull request #55332 from Calinou/voxelgidata-tweak-default-dynamic-range
Decrease the default dynamic range in VoxelGIData to 2.0
This commit is contained in:
commit
eab30316ee
3 changed files with 3 additions and 3 deletions
|
|
@ -1099,7 +1099,7 @@ private:
|
|||
AABB bounds;
|
||||
Vector3i octree_size;
|
||||
|
||||
float dynamic_range = 4.0;
|
||||
float dynamic_range = 2.0;
|
||||
float energy = 1.0;
|
||||
float bias = 1.4;
|
||||
float normal_bias = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue