summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-09-26 15:22:02 +0000
committerrodri <rgl@antares-labs.eu>2024-09-26 15:22:02 +0000
commit3155c6737832c54310c70ecaaf8667d0362de5e8 (patch)
tree5046974fdbaef855fb29d19671a9b80a9deb41f2 /internal.h
parenta8c789be9ab0fec65004118b7df373e84900cb1a (diff)
downloadlibgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.tar.gz
libgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.tar.bz2
libgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.zip
implement a parser for a model(6). get rid of the libobj dependency.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 4fc197a..cbea04a 100644
--- a/internal.h
+++ b/internal.h
@@ -1,3 +1,8 @@
+enum {
+ ε1 = 1e-5,
+ ε2 = 1e-6,
+};
+
typedef struct Polygon Polygon;
typedef struct Entityparam Entityparam;
typedef struct Tilerparam Tilerparam;