Skip to content

yukong11/Project2-Pathtracer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


CIS565: Project 2: CUDA Pathtracer

Fall 2012

Kong Ma


Implemented Feature

Finished all the basic features:

  • Full global illumination
  • Properly accumulating emittance and colors to generate a final image
  • Supersampled antialiasing
  • Parallelization by ray instead of by pixel via string compaction
  • Perfect specular reflection

Finished following optional features

  • Interactive camera
  • Implemented inclusive scan for string compaction

BLOG LINK:

Instruction on buiding and running

Key board and mouse control

  1. camera movement w,s,a,d Or mouse left click+mouse move

  2. camera zooms q,e Or mouse right click+mouse move

About

Project 2- Due Friday, October 12th

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.3%
  • C++ 41.7%