Yet another raytracer in C++
Find a file
2024-08-21 16:05:21 +05:00
build add example output 2024-08-21 16:05:21 +05:00
gtest@b514bdc898 add example output 2024-08-21 16:05:21 +05:00
src Make rendering run in a separate thread 2018-08-30 20:57:17 +07:00
tests Add class TrianglesGeometry 2018-08-29 12:41:18 +07:00
.gitignore add example output 2024-08-21 16:05:21 +05:00
.gitmodules Set up the project 2018-08-18 20:27:07 +07:00
CMakeLists.txt Parallelize rendering using OpenMP 2018-08-30 20:51:55 +07:00
LICENSE.txt Set up the project 2018-08-18 20:27:07 +07:00
output.png add example output 2024-08-21 16:05:21 +05:00
README.md add example output 2024-08-21 16:05:21 +05:00

A simple ray tracer

example output