Implement perlin noise

This commit is contained in:
CJSatnarine
2024-07-09 16:18:02 -04:00
parent 4c58e4a084
commit 0374a95639
13 changed files with 358872 additions and 358757 deletions

View File

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

View File

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

View File

@@ -94,7 +94,8 @@
11,
12,
13,
14
14,
15
]
}
],
@@ -146,6 +147,11 @@
"path" : "material.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "perlin.h",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"path" : "ray.h",