Skip to content

puqeko/ray-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Create a new directory and run cmake

mkdir build; cd build;
cmake ..

Then make the project

make

Now run the project

./main

Requires either a linux machine with freeglut or a MacOS machine.

Examples

final glass transparent

About

Ray Tracer in C++ for COSC 363 Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published