Skip to content

Commit

Permalink
Fix Enable Caustics
Browse files Browse the repository at this point in the history
  • Loading branch information
Mango-3 committed Aug 31, 2019
1 parent 204226b commit 67b4027
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ void RendererSettings::apply_common_settings(asr::Project& project, const char*
if (!m_dl_enable_dl)
params.insert_path("gpt.enable_dl", false);

params.insert_path("gpt.enable_caustics", m_enable_caustics);
params.insert_path("gpt.dl_light_samples", m_dl_light_samples);
params.insert_path("gpt.dl_low_light_threshold", m_dl_low_light_threshold);
params.insert_path("gpt.ibl_env_samples", m_ibl_env_samples);
Expand Down

0 comments on commit 67b4027

Please sign in to comment.