[gegl] transform-core: goldilocks



commit 01061f393df66dae5738c7cdf7c75236642b989a
Author: Nicolas Robidoux <nrobidoux git gnome org>
Date:   Sun Dec 16 19:32:50 2012 -0500

    transform-core: goldilocks

 operations/transform/transform-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/transform/transform-core.c b/operations/transform/transform-core.c
index 0cd1bdd..184e210 100644
--- a/operations/transform/transform-core.c
+++ b/operations/transform/transform-core.c
@@ -1083,7 +1083,7 @@ transform_generic (GeglBuffer  *dest,
        * Attempt at making degenerate cases be handled somewhat
        * gracefully: Set a floor, above 0, for w.
        */
-#define PERSPECTIVE_TRANSFORM_EPSILON ((gdouble) 1.e-5)
+#define PERSPECTIVE_TRANSFORM_EPSILON ((gdouble) 1.e-6)
 #define CLAMP_PERSPECTIVE_TRANSFORM(w) \
   ( (w) > PERSPECTIVE_TRANSFORM_EPSILON ? (w) : PERSPECTIVE_TRANSFORM_EPSILON )
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]