In the original main.cpp, we have num_recursive_calls set to 0, the output of my images doesn't have any reflection at all. But when I changed the num_recursive_calls to 5 the reflections are showing. Does that mean we can just set a constant num_recursive_calls?
In the original main.cpp, we have num_recursive_calls set to 0, the output of my images doesn't have any reflection at all. But when I changed the num_recursive_calls to 5 the reflections are showing. Does that mean we can just set a constant num_recursive_calls?
num_recursive_calls = 0
num_recursive_calls = 5