/GLSL-PathTracer

A GLSL Path Tracer

Primary LanguageC++MIT LicenseMIT

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