Implement texture

This commit is contained in:
CJSatnarine
2024-07-08 19:02:29 -04:00
parent e1e2d4ac2a
commit 18b2acb1fe
22 changed files with 360386 additions and 90076 deletions

View File

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

View File

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

View File

@@ -92,7 +92,8 @@
9,
10,
11,
12
12,
13
]
}
],
@@ -101,7 +102,7 @@
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "ImageGenerator.cpp",
"path" : "main.cpp",
"sourceGroupIndex" : 0
},
{
@@ -159,6 +160,11 @@
"path" : "sphere.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "texture.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "vec3.h",