From ef92e5f14430efce0c2b2322bb7c5614a942bacf Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sun, 30 Sep 2018 01:52:40 +0100 Subject: [PATCH] Darken default baked AO a little --- voxel_mesher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxel_mesher.cpp b/voxel_mesher.cpp index 6f89911..43b0d5a 100644 --- a/voxel_mesher.cpp +++ b/voxel_mesher.cpp @@ -13,7 +13,7 @@ void raw_copy_to(PoolVector &to, const Vector &from) { VoxelMesher::VoxelMesher() - : _baked_occlusion_darkness(0.75), + : _baked_occlusion_darkness(0.8), _bake_occlusion(true) {} void VoxelMesher::set_library(Ref library) {