Skip to content

raulgol/Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

# Ray Tracer ## Demo Demo: http://www.duoduoyu.net/ (At the bottom of this site)
## Introduction Ray Tracer with Phong shading and good anti-aliasing. I implemented anti-aliasing with multisampling method. I merged the results of 8 different offsets of vertices.

How To Run My Code

  1. Makefile
    make
  2. Rendering
    ./assign3 table.scene
    ./assign3 SIGGRAPH.scene
    ./assign3 1sphere.scene
    ./assign3 spheres.scene
    ./assign3 test2.scene

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published