Create material abstraction

This commit is contained in:
Camden Dixie O'Brien
2025-09-23 15:35:26 +01:00
parent 219219ce64
commit 7f1103a179
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