Skip to content

Transient renderer

Compare
Choose a tag to compare
@Enigmatisms Enigmatisms released this 22 Mar 13:17
· 143 commits to master since this release
df31726

Transient rendering based on temporal histogram is completed (PR and issue: #5 #6 #7) . The transient renderer supports camera unwarped (corresponding to transient_lit mode) and camera warped (corresponding to transient_cam mode) and steady state (corresponding to none) temporal decomposition mode, and by default, if the field in .xml scene file is not set, the decomposition mode will be none. For more information and demo, please refer to the README.md of AdaPT.

New light source collimated source is implemented. Different from the collimated source of mitsuba, our collimated source is not an cylinder ray with infinitesimal radius. We can specify the beam radius to simulate collimated laser.

Later the repo will be quantitatively tested against PBRT tracers (especially, pbrt-v3). There will be only two remaining major releases coded 1.3.0 (comparison & tests) and 1.4.0 (enhancement in emitter / BRDF / BSDF / medium) before I proceed to AdaPT v2.0.