Move rendering functions to own module

This commit is contained in:
Camden Dixie O'Brien
2025-09-22 22:12:51 +01:00
parent 1ee0571178
commit 7e273a3e8d
6 changed files with 177 additions and 167 deletions

View File

@@ -13,6 +13,7 @@ add_library(batomorph
src/ff.c
src/material.c
src/obj.c
src/render.c
src/rng.c
src/vec3.c
)