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

@@ -11,6 +11,7 @@ add_executable(Raytracer
hittableList.h
interval.h
material.h
perlin.h
ray.h
rayTracer.h
rtw_stb_image.h