GitXplorerGitXplorer
j

first_raytracer

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
7eb32d81f5dd9626e191f80bfc3743aeefa15315

Update README.md

jjammm committed 4 years ago
Verified
364f6ffdc7153f1d21c8b011bd01e8fc44dd24a4

Update README.md

jjammm committed 4 years ago
Unverified
f3e171615203ab2902403f78f677824c6d872da5

Fix roughconductor PDF

jjammm committed 4 years ago
Unverified
f074ca0f1b39153bcf81dddc83d968856c14d139

Fix roughconductor stuff by using proper local coordinates

jjammm committed 4 years ago
Unverified
f6b6e742defa173c51fdce1995f117b762f234af

Fix PSSMLT direct lighting bug due to stack overflow

jjammm committed 4 years ago
Unverified
88215c553e737b57c60dd38960dfe641d2beeb2e

[WIP]

jjammm committed 4 years ago

README

The README file for this repository.

Under Construction

This is my custom implementation of the ray tracer from the book "Ray Tracing in One Weekend".

Current features:

  • Live preview
  • Multi-threaded rendering using cpp-taskflow
  • Parallel SAH BVH
  • Integrators: Path Tracing with Next-Event-Estimation, MIS, PSS-MLT, PRT via Spherical Harmonics