Create material abstraction

This commit is contained in:
Camden Dixie O'Brien
2025-09-21 18:21:53 +01:00
parent aabfe7924d
commit d7667fa266
8 changed files with 84 additions and 26 deletions

View File

@@ -11,6 +11,7 @@ endmacro()
add_library(batomorph
src/camera.c
src/ff.c
src/material.c
src/obj.c
src/rng.c
src/vec3.c