A raytraced scene is rendered by drawing (a lot) of circles with increasing radius for each pixel. The amount of circles depends on the brightness of the corresponding circle.
#raytracer #pixels #rays
Log in to post a comment.
// Global code will be evaluated once.const turtle = new Turtle();