From bc5375149c0ecb416848a2d3657ea41ae97177b3 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 10 Aug 2022 21:24:03 -0400 Subject: path rasterization started with opengl --- defines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'defines.h') 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. -- cgit v1.2.3