CIS565-Fall-2017 / Project3-CUDA-Path-Tracer

18 stars 47 forks source link

Project 3: Aman Sachan #4

Open AmanSachan1 opened 6 years ago

AmanSachan1 commented 6 years ago

Repo Link

Additional Features

Changes made to CMakeList "sampling.h" "lambert.h" "specular.h" "materialInteractions.h" "lightInteractions.h" "sampleShapes.h" "timer.h"

Feedback The naive integration scheme originally given to us could be made slightly better if it averaged colors over iterations (right now it adds scaled down colors every iteration) in the finalGather kernel. This would be more intuitive to understand for students who haven't taken a rendering course and also be more in line with what is taught in 561.