isikmustafa / pathtracer

A path tracer which utilizes CUDA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pathtracer

raytracer.mustafaisik.net

Some features of my path tracer:

  • Progressive path tracing
  • Cosine weighted importance sampling
  • Explicit light sampling
  • Perlin and image textures
  • Subsurface scattering
  • Depth of field

Supported material types:

  • Lambertian Material
  • Perfect Specular Material
  • Perfect Refractive Material
  • Translucent Material

Some images:

alt text

alt text

alt text

alt text

alt text

About

A path tracer which utilizes CUDA.


Languages

Language:C 66.7%Language:C++ 17.0%Language:Cuda 16.3%Language:GLSL 0.1%