tristandeborde/rt_vox

From spheres to cubes

Closed this issue · 0 comments

We want to make our raytracer compute intersections with cubes instead of spheres.
We need:

  • A cube class (there's a sphere class from the code we can inspire ourselves from)
  • To modify the render function to compute intersections with cubes
  • To correct the straight line artifact on the output image!