rtv1 : a basic raytracing engine made using minilibx. It features Phong shading, planes, spheres, cones and cylinders.
Dosyaya git
gbrochar 987ae15692 rtv1 2020-11-22 17:36:11 +01:00
libft rtv1 2020-11-22 17:36:11 +01:00
scenes rtv1 2020-11-22 17:36:11 +01:00
src rtv1 2020-11-22 17:36:11 +01:00
.gitignore Initial commit 2020-11-22 16:35:10 +00:00
LICENSE Initial commit 2020-11-22 16:35:10 +00:00
Makefile rtv1 2020-11-22 17:36:11 +01:00
README.md rtv1 2020-11-22 17:36:11 +01:00
auteur rtv1 2020-11-22 17:36:11 +01:00

README.md

rtv1

rtv1 : a basic raytracing engine made using minilibx. It features Phong shading, planes, spheres, cones and cylinders.

You need to have to minilibx installed to run it. It will not compile on linux systems.