Skip to content

Project 3: Xinyu Lin#27

Open
460xlin wants to merge 22 commits into
CIS565-Fall-2018:masterfrom
460xlin:master
Open

Project 3: Xinyu Lin#27
460xlin wants to merge 22 commits into
CIS565-Fall-2018:masterfrom
460xlin:master

Conversation

@460xlin
Copy link
Copy Markdown

@460xlin 460xlin commented Oct 4, 2018

Repo Link (https://github.com/460xlin/Project3-CUDA-Path-Tracer)

Basic features

  • A shading kernel with BSDF evaluation for:
  • Ideal diffuse shader.
  • perfect specular reflective surface.
  • Stream compaction for terminating unwanted thread from thread pool using thrust::partition
  • material sorting using thrust::sort_by_key
  • caching first bounce information for future iteration use

Advanced features

  • refreaction with Frensel effects using Schlick's approximation
  • physically based depth of field
  • stochastic sampled antialiasing
  • Arbitrary mesh loading and rendering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant