Skip to content

lloyar/GLSL-PathTracer

 
 

Repository files navigation

GLSL-PathTracer

A physically based path tracer that runs in a GLSL fragment shader.

RenderMan Swatch

Stormtrooper

Panther

Crown

Features

  • Unidirectional path tracer
  • RadeonRays for building BVHs (Traversal is performed in a shader)
  • Disney BSDF
  • OpenImageDenoise
  • Texture Mapping (Albedo, Metallic-Roughness, Normal)
  • Analytic Lights (Sphere, Rect, Directional) with MIS
  • IBL
  • Progressive + Tiled Rendering

Build Instructions

Please see INSTALL-WIN.txt for the build instructions for Windows and INSTALL-LINUX.txt for Linux

Sample Scenes

A couple of sample scenes are provided in the repository. Additional scenes can be downloaded from here: https://drive.google.com/file/d/1UFMMoVb5uB7WIvCeHOfQ2dCQSxNMXluB/view

Gallery

Mustang_red

Mustang

Hyperion

Ajax

Dining Room

Rank3PoliceUnit

Staircase

Substance Boy

Dragon

References/Credits

About

A GLSL Path Tracer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.9%
  • GLSL 23.0%
  • CMake 1.7%
  • C 0.4%