Skip to content

ayonbakshi/Cray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cray Tracer

A simple path tracer

Path Tracing

Here's a cool animation of two metals objects, a diffuse object, a glass (dielectric) object and an emissive light source!

Path Tracing

Sampling

Monte Carlo integration with one sample will have a lot of noise. Here's a comparison of 16x AA, 1 sample vs. 16x AA, 256 samples:

1 Sample 256 Samples

HDRI Backgrounds

To add backgrounds to the scenes, an HDRI was spherically mapped to an infinite-radius sphere. Radience information can then be extracted from the HDRI (with your favourite tone-mapping function) to create a lit scene. Here's a few examples.

HDRI HDRI (Background HDRs obtained via HDRI Haven)

About

A simple ray tracer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published