Skip to content

RayTracerHowTo_Release_0.0.1

Compare
Choose a tag to compare
@dadadadawjb dadadadawjb released this 28 Apr 13:55
· 1 commit to main since this release

RayTracerHowTo 0.0.1 馃帀

Supported Features

  • Ray intersection with rectangle by Moller-Trumbore algorithm.
  • Ray intersection with bounding volumes with Axis-Aligned Bounding Box (AABB).
  • Acceleration with Bounding Volume Hierarchy (BVH) and Surface Area Heuristic (SAH).
  • Acceleration with multiple threading.
  • Whitted-Style Ray Tracing.
  • Path Tracing.