Skip to content

edydfang/PathTracing

Repository files navigation

PathTracing

A Project on Computer Graphics

How to Run

mkdir build
cd build
cmake ..
./rayTracing n_samples

Debug Build

mkdir debug
cd debug
cmake -DCMAKE_BUILD_TYPE=Debug ..

TODO List

  • Scene construction
  • Colour
  • Reflection
  • Trasparency
  • Shadow
  • Supersampling
  • Spatial data stucture

Rendering Preview

100spp

100 samples per pixel

10000spp

10000 samples per pixel

Licence

MIT

Reference

About

A project on Computer Graphics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published