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

[m.0] Disable specular peak by default (Closes #1102)

Merging branch 'm.0'  into 'main'.

See merge request !2858
parents 1628e763 fc2bca24
No related branches found
No related tags found
1 merge request!2858Disable specular peak by default
Pipeline #187397 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