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:
Rémi Verschelde 2022-01-04 17:18:28 +01:00 committed by GitHub
commit eab30316ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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;