+ Tp protection

This commit is contained in:
TheRedShip
2025-02-20 00:15:03 +01:00
parent 2052e60e68
commit faba01d912
2 changed files with 10 additions and 3 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.01f;
_gpu_denoise.n_phi = 0.01f;
_gpu_denoise.p_phi = 0.05f;
_gpu_denoise.n_phi = 0.05f;
if (!file.is_open())
{