Implemented quadrilaterals

This commit is contained in:
CJSatnarine
2024-07-10 16:03:08 -04:00
parent d3a981d2c8
commit 01eea95971
13 changed files with 636250 additions and 356107 deletions

View File

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

View File

@@ -26,7 +26,7 @@
"objects" :
[
{
"jsonFile" : "codemodel-v2-3e9cc36c8bdbe2ee1863.json",
"jsonFile" : "codemodel-v2-4489d9e12eae5f29aa72.json",
"kind" : "codemodel",
"version" :
{
@@ -99,7 +99,7 @@
}
},
{
"jsonFile" : "codemodel-v2-3e9cc36c8bdbe2ee1863.json",
"jsonFile" : "codemodel-v2-4489d9e12eae5f29aa72.json",
"kind" : "codemodel",
"version" :
{

View File

@@ -95,7 +95,8 @@
12,
13,
14,
15
15,
16
]
}
],
@@ -152,6 +153,11 @@
"path" : "perlin.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "quad.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "ray.h",