aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-02-13 16:40:31 +0000
committerrodri <rgl@antares-labs.eu>2024-02-13 16:40:31 +0000
commit5b93335dd430e09a71ebaba131826cd7db154cb4 (patch)
tree001f2c074d836ad2f31b8836be8443f1f18be327 /mkfile
parente90bf70b0d7167166a3c84e4f3e9277ce4a7e97a (diff)
downloadlibgraphics-5b93335dd430e09a71ebaba131826cd7db154cb4.tar.gz
libgraphics-5b93335dd430e09a71ebaba131826cd7db154cb4.tar.bz2
libgraphics-5b93335dd430e09a71ebaba131826cd7db154cb4.zip
lay out the grounds for a scene renderer.
also fixed an issue with cliptriangle() where an entire tri would get discarded if all its vertices were outside the frustum.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index 9190fe8..5956ba1 100644
--- a/mkfile
+++ b/mkfile
@@ -5,6 +5,7 @@ OFILES=\
camera.$O\
viewport.$O\
render.$O\
+ scene.$O\
alloc.$O\
fb.$O\
shadeop.$O\