summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-05-20 20:20:48 +0000
committerrodri <rgl@antares-labs.eu>2024-05-20 20:20:48 +0000
commitd3516b11559657935d70829c672f29393e857b8e (patch)
tree13c2b87f9daf6bd813f43c750fef52d5b8b34ddd /mkfile
parent6e461add61d35d23f733cffb5064a286419b79b0 (diff)
downloadlibgraphics-d3516b11559657935d70829c672f29393e857b8e.tar.gz
libgraphics-d3516b11559657935d70829c672f29393e857b8e.tar.bz2
libgraphics-d3516b11559657935d70829c672f29393e857b8e.zip
fix the perspective projection and add inverse xform functions.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index b84fe8d..16559b9 100644
--- a/mkfile
+++ b/mkfile
@@ -6,6 +6,7 @@ OFILES=\
viewport.$O\
render.$O\
clip.$O\
+ xform.$O\
scene.$O\
vertex.$O\
texture.$O\