Move rendering functions to own module

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