GitXplorerGitXplorer
t

RayTracing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
45bc3215735c310731bada874033cb7af3084a14

update README.md

ttanganke committed 3 years ago
Unverified
2f645bc49e9ed3da5a6bcf4da14e2bc7feaa0912

triangle

ttanganke committed 3 years ago
Unverified
63d84cf3f403e1321ad1b24f7b5cd58f60881b4b

update README.md

ttanganke committed 3 years ago
Unverified
a60b0f13f18655e7457e146bae181dfd5396ea01

rotate

ttanganke committed 3 years ago
Unverified
b92467992fdf586bf2a42ef1092db2aef98513ea

cuboid

ttanganke committed 3 years ago
Unverified
44dcb1c2ca48f23daef470a097f252306181f09d

noise(not correct)

ttanganke committed 3 years ago

README

The README file for this repository.

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