Skip to content

Commit fb88041

Browse files
committed
refactor materials
1 parent 9134c1c commit fb88041

File tree

12 files changed

+395
-370
lines changed

12 files changed

+395
-370
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@
7171
"variant": "cpp",
7272
"format": "cpp",
7373
"__nullptr": "cpp"
74-
}
74+
},
75+
"C_Cpp.default.compilerPath": "/usr/bin/clang"
7576
}

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ set ( SOURCE_302_RAYTRACER
4040
src/302_raytracer/color.h
4141
src/302_raytracer/sphere.h
4242
src/302_raytracer/cube.h
43+
src/302_raytracer/material.h
4344
src/302_raytracer/rectangle.h
4445
src/302_raytracer/hittable.h
4546
src/302_raytracer/hittable_list.h

0 commit comments

Comments
 (0)