Implement image texturing

This commit is contained in:
CJSatnarine
2024-07-09 13:36:36 -04:00
parent 639b56d0dd
commit cbd114795f
3 changed files with 157 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ add_executable(Raytracer
material.h
ray.h
rayTracer.h
rtw_stb_image.h
sphere.h
texture.h
vec3.h