A brief computer graphics / rendering course
 
 
 
Go to file
Dmitry V. Sokolov 5806eb45e9 The crucial step: casting the rays + ray/sphere intersection routine 2019-01-20 12:15:18 +01:00
CMakeLists.txt First commit; rudimentary framebuffer check 2019-01-20 12:13:53 +01:00
Readme.md First commit; rudimentary framebuffer check 2019-01-20 12:13:53 +01:00
geometry.h First commit; rudimentary framebuffer check 2019-01-20 12:13:53 +01:00
out.jpg The crucial step: casting the rays + ray/sphere intersection routine 2019-01-20 12:15:18 +01:00
tinyraytracer.cpp The crucial step: casting the rays + ray/sphere intersection routine 2019-01-20 12:15:18 +01:00

Readme.md

compilation

git clone https://github.com/ssloy/tinyraytracer.git
cd tinyraytracer
mkdir build
cd build
cmake ..
make