Skip to content

Releases: dadadadawjb/RayTracerHowTo

RayTracerHowTo_Release_0.0.2

09 Jun 13:47
Compare
Choose a tag to compare

RayTracerHowTo 0.0.2 🎉

More Features

  • Cylinder and Cone geometries
  • Point and Surface lights both supported for both Whitted-Style Ray Tracing and Path Tracing
  • Figure out Pinhole Camera Model

RayTracerHowTo_Release_0.0.1

28 Apr 13:55
Compare
Choose a tag to compare

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.