Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Ray Tracing "The Rest of Your Life" - Chapter 7

Choose a tag to compare

@joaovbs96 joaovbs96 released this 25 Dec 21:58
· 101 commits to master since this release

alt text

  • The raygen.cu Color function has been changed to sample light sources directly.
  • FIXME: There's a bug that became more evident during this chapter(see pic above). It was most likely introduced on Chapter 6 and is probably related to the color function or the random cosine direction. I can't seem to find the source of the issue for, so I'm moving on for the time being, hoping to find it as I make further progress.