- Real-time rendering of 3D scenes using ray tracing
- Support for basic geometric shapes (spheres, planes, etc.)
- Support for Obj file format for importing 3D models
- Basic lighting and shading models
- Camera controls for navigating the scene
git clone git@github.com:sami-hmr/RayTracer.gitcd RayTracermkdir build && cd build && cmake .. && cd ..
cmake --build build/ -j./raytracer scene.cfg -W 400 -H 400 -g./raytracer scene.cfg -W 400 -H 400 -images 200Read our documentation for more details on how to use the program, including how to create your own scenes and models.
MIT


