Skip to content
Snippets Groups Projects
Commit fc2bca24 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

disable speculat peak by default

parent 1628e763
No related branches found
No related tags found
1 merge request!2858Disable specular peak by default
Pipeline #187394 passed
......@@ -66,7 +66,7 @@ private:
bool m_computation_method_analytical = true;
unsigned m_number_of_monte_carlo_points = 100;
bool m_use_average_materials = true;
bool m_include_specular_peak = true;
bool m_include_specular_peak = false;
bool m_use_meso_reciprocal_sum = false;
double m_meso_radius_factor = 2.1;
bool m_use_dataset = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment