Basic raytracing demo
This demo implements basic raytracing. Whenever a ray from the camera hits an object, we set the corresponding canvas pixel to the object’s color.
This demo implements basic raytracing. Whenever a ray from the camera hits an object, we set the corresponding canvas pixel to the object’s color.