amdjadouxx / Raytracer

An Epitech project to implement raytracing in cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raytracer

A raytracer is a 3D rendering algorithm that is significantly different from the rendering algorithms used in the video game industry. This rendering method, known as "ray tracing," works by calculating intersections and is very demanding in terms of computational power, making it unsuitable for real-time rendering. However, it allows for near photo-realistic rendering, making it the preferred method for special effects in movies, for example.

Demo

Logo du projet

Logo du projet

Logo du projet

Logo du projet

Usage/Examples

you can use the configurations files in the directory "scenes" to test this project

./raytracer scenes/scene2.cfg

Authors

About

An Epitech project to implement raytracing in cpp


Languages

Language:HTML 65.4%Language:TeX 20.9%Language:JavaScript 4.8%Language:C++ 4.2%Language:CSS 2.8%Language:Makefile 1.7%Language:CMake 0.1%