summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 947a8f0..b87fc6d 100644
--- a/defines.h
+++ b/defines.h
@@ -21,6 +21,7 @@ typedef double real64;
#define NORMALIZED_REAL_MIN { 0.0f }
#define NORMALIZED_REAL_MAX { 1.0f }
+#define TESS_TOL 1.5f // Level of tesselation for bezier calculations; ImGui's default value
// All of these MIN/MAX values are arbitrarily chosen; they can probably be
// increased if the user requires it.