+ | New map

This commit is contained in:
TheRedShip
2025-02-22 02:06:10 +01:00
committed by tomoron
parent 10661618be
commit 4b32b3b19f
4 changed files with 73 additions and 42 deletions

View File

@ -42,8 +42,8 @@ void Scene::init(std::string &name)
_gpu_denoise.enabled = 0;
_gpu_denoise.pass = 0;
_gpu_denoise.c_phi = 0.4f;
_gpu_denoise.p_phi = 0.05f;
_gpu_denoise.n_phi = 0.05f;
_gpu_denoise.p_phi = 0.1f;
_gpu_denoise.n_phi = 0.1f;
if (!file.is_open())
{