Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 707 Bytes

Ray Tracing

Test Results

Notes

reference:

requirements:

  • cmake
  • c++ 20 compiler

library dependencies:

  • glm : vector and matrix(column major) data types, linear algebra algorithms
  • stb_image/stb_image_write : read/write image
  • assimp : import 3D model
  • boost
  • indicators
  • catch2