RayTracer Initial Framework setup

This commit is contained in:
IlyaShurupov 2023-10-15 21:58:52 +03:00 committed by Ilya Shurupov
parent 25b66804a4
commit 15b56a876a
741 changed files with 3146 additions and 1 deletions

3
RayTracer/tests/Test.cpp Normal file
View file

@ -0,0 +1,3 @@
int main(int argc, char* argv[]) { return 1; }