A brief computer graphics / rendering course
 
 
 
Go to file
Dmitry V. Sokolov 543d079eb3 gitpod test in a branch 2019-01-25 17:33:30 +01:00
lib Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
.gitignore checkerboard 2019-01-20 12:27:10 +01:00
.gitmodules Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
.gitpod.yml gitpod test in a branch 2019-01-25 17:33:30 +01:00
CMakeLists.txt Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
Dockerfile gitpod test in a branch 2019-01-25 17:33:30 +01:00
Readme.md First commit; rudimentary framebuffer check 2019-01-20 12:13:53 +01:00
duck.obj Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
envmap.jpg Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
geometry.h First commit; rudimentary framebuffer check 2019-01-20 12:13:53 +01:00
model.cpp Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
model.h Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
out-envmap-duck.jpg Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
out-envmap.jpg Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
out.jpg Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00
tinyraytracer.cpp Added all necessary stuff for the homework assignment (environment mapping + triangulated meshes) 2019-01-20 13:30:16 +01:00

Readme.md

compilation

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