Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 1022 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 1022 Bytes

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