Move rendering functions to own module

This commit is contained in:
2025-09-23 15:36:08 +01:00
parent 5edca0b565
commit fc9980b838
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
)