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 6

Choose a tag to compare

@joaovbs96 joaovbs96 released this 25 Dec 15:15
· 102 commits to master since this release

alt text

  • implemented the function random_cosine_direction in programs/sampling.h
  • implemented ortho-normal bases(ONBs) in programs/onb.h
  • changed Lambertian material scatter function to make use of ONBs