aOttf / PathTracer

Implementaion of PathTracer with Global Illumination from Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PathTracer

Implementaion of PathTracer with Global Illumination from Scratch

Implicit Path Tracing width = height = 128, spp = 256, maxDepth = 2 Implicit

Explicit Path Tracing width = height = 128, spp = 256, maxDepth = 2 Explicit

Explicit Path Tracing with Cornell Box Sphere width = height = 128 spp = 64, maxDepth = 4 Explicit-Phong

About

Implementaion of PathTracer with Global Illumination from Scratch


Languages

Language:Python 100.0%