Create obj module for scene objects

This commit is contained in:
2025-09-23 15:36:08 +01:00
parent f7e71da27f
commit 47fcd8a11e
5 changed files with 85 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ endmacro()
add_library(batomorph
src/ff.c
src/obj.c
src/vec3.c
)
configure_target(batomorph)