Skip to content

ferpb/smallpt_transient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smallpm transient

Very simple transient renderer based on Kevin Beason's 99 line path tracer.

Transient rendering breaks the assumption of infinite light speed in conventional renderers, allowing to generate time-resolved images of light propagating through the scene.

The implementation is based on path tracing and uses histogram binning to distribute each sample to the corresponding temporal slice depending on its time of arrival to the sensor.

steady transient delta transient continuous
Steady state (2e5 samples) Transient state with delta light pulse (2e5 samples for all frames) Transient state with continuous lighting (2e5 samples for all frames)

About

Very simple transient renderer based on smallpt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published