karansher / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
0 stars 0 forks source link

Maximum recursion depth #7

Open casseyshao opened 1 year ago

casseyshao commented 1 year ago

Hi I was wondering if there are guidelines for determining what our maximum recursion depth should be for raycolor?

Screen Shot 2022-09-28 at 11 32 25 PM
Glowies commented 1 year ago

This is up to you; however, it is recommended that you submit using a low enough number so that the runtime of your raytracer isn't awfully long. (something around 3-5)