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

@@ -0,0 +1,169 @@
{
"artifacts" :
[
{
"path" : "Raytracer"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 4,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-g"
}
],
"language" : "CXX",
"sourceIndexes" :
[
0
]
}
],
"id" : "Raytracer::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "-g",
"role" : "flags"
},
{
"fragment" : "",
"role" : "flags"
}
],
"language" : "CXX"
},
"name" : "Raytracer",
"nameOnDisk" : "Raytracer",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "ImageGenerator.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "aabb.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "bvh.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "camera.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "colour.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "hittable.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "hittableList.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "interval.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "material.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "ray.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "rayTracer.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "sphere.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "vec3.h",
"sourceGroupIndex" : 1
}
],
"type" : "EXECUTABLE"
}