+ | New map

This commit is contained in:
TheRedShip
2025-02-22 02:06:10 +01:00
parent 5eee13a4e2
commit f3fe25b6b1
5 changed files with 73 additions and 42 deletions

View File

@ -36,8 +36,8 @@ Scene::Scene(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())
{