mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | New map
This commit is contained in:
@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user