Implement BVH

This commit is contained in:
CJSatnarine
2024-07-08 17:31:04 -04:00
parent 5ca33d1762
commit 80f3aff65d
18 changed files with 81908 additions and 351689 deletions

View File

@@ -39,7 +39,7 @@
{
"directoryIndex" : 0,
"id" : "Raytracer::@6890427a1f51a3e7e1df",
"jsonFile" : "target-Raytracer-Debug-de18b889ec06b3c1ffd0.json",
"jsonFile" : "target-Raytracer-Debug-53e51d7b7c539400eaa2.json",
"name" : "Raytracer",
"projectIndex" : 0
}

View File

@@ -26,7 +26,7 @@
"objects" :
[
{
"jsonFile" : "codemodel-v2-3325df503f174f7a816b.json",
"jsonFile" : "codemodel-v2-f57fe542ed13663d4779.json",
"kind" : "codemodel",
"version" :
{
@@ -99,7 +99,7 @@
}
},
{
"jsonFile" : "codemodel-v2-3325df503f174f7a816b.json",
"jsonFile" : "codemodel-v2-f57fe542ed13663d4779.json",
"kind" : "codemodel",
"version" :
{

View File

@@ -90,7 +90,9 @@
7,
8,
9,
10
10,
11,
12
]
}
],
@@ -102,6 +104,16 @@
"path" : "ImageGenerator.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "aabb.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "bvh.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "camera.h",