Skip to content

aberiggs/ray-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ray-tracer

A simple CPU based brute force path tracer written in C++.

Building

From the root of the repository, do the following:

mkdir build
cd build
cmake ..
make

From this, binaries will be created and stored in build/bin.

Images

Final Render

Cornell Box

Lighting Example

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published