summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-08-10 21:24:03 -0400
committerFox Caminiti <fox@foxcam.net>2022-08-10 21:24:03 -0400
commitbc5375149c0ecb416848a2d3657ea41ae97177b3 (patch)
tree8868395241d523bb96ea90d2846cd6ffefcae766 /defines.h
parentf1e12e108869c560d92eb8803e4b5104c7d8f85d (diff)
path rasterization started with opengl
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.