mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
~ | Small fix
This commit is contained in:
@ -35,9 +35,9 @@ Scene::Scene(std::string &name)
|
||||
|
||||
_gpu_denoise.enabled = 0;
|
||||
_gpu_denoise.pass = 0;
|
||||
_gpu_denoise.c_phi = 0.1f;
|
||||
_gpu_denoise.p_phi = 0.1f;
|
||||
_gpu_denoise.n_phi = 0.1f;
|
||||
_gpu_denoise.c_phi = 0.4f;
|
||||
_gpu_denoise.p_phi = 0.01f;
|
||||
_gpu_denoise.n_phi = 0.01f;
|
||||
|
||||
if (!file.is_open())
|
||||
{
|
||||
|
Reference in New Issue
Block a user