Skip to content

Simple ray tracer implementing the Phong illumination model to render simple shapes and scenarios.

Notifications You must be signed in to change notification settings

aesir321/ray-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

What is this repository for?

A serial ray tracer written in C++ from scratch.

How do I get set up?

  • Clone the repository.
  • Switch to the directory ray-tracer in terminal.
  • Compile the program by running the "make" in the terminal.
  • Run the program by executing the command "./ray-tracer".
  • Basic shapes and images can be created by modifying the values in the various renderSceneMethods().

About

Simple ray tracer implementing the Phong illumination model to render simple shapes and scenarios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published