Skip to content

Simple progressive path tracing test using OpenGL and GLSL (old)

Notifications You must be signed in to change notification settings

cgcostume/pathgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathgl

Path tracing test for triangle meshes, utilizing the GPU. In each frame, one path per pixel is traced and accumulated with all previous rays of that pixel, thus continuously reducing noise over time.

Check out the dirty source code (its probably plattform independent - not tested yet) or try out the windows x64 demo: https://pathgl.googlecode.com/files/pathgl_v1_a2a36eb7c12c.7z

accum

Missing in Action (todo):

  • Antialiasing
  • Materials/BRDF
  • Correct Path Color Accumulation
  • Reflection
  • Bounding Volume Hierarchies
  • ... more

About

Simple progressive path tracing test using OpenGL and GLSL (old)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published