aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-02-14 00:03:11 +0100
committerSven Göthel <[email protected]>2024-02-14 00:03:11 +0100
commitd4d4a797ab0e53db59dac1ea915825845861667e (patch)
treeb8557f3c023ac70e05a46aa5767c80e03a5bd54d /make
parentc0133b46c0dfbd506a0ad11416fae3a09d64ec97 (diff)
Bug 1501: Graph CDTriangulator2D: Add properties to enforce convex and non-convex treatment to simplify debugging etc
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 01def3994..87ab490b2 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -342,6 +342,8 @@ function jrun() {
#D_ARGS="-Djogl.debug.DebugGL"
#D_ARGS="-Djogl.debug.graph.curve -Djogl.debug.graph.curve.Instance -Djogl.debug.GLSLCode"
#D_ARGS="-Djogl.debug.GLSLCode -Djogl.debug.graph.curve.triangulation.LINE_AA -Djogl.debug.graph.curve.Triangulation -Djogl.debug.graph.font.Renderer"
+ #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.non-convex"
+ #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.convex"
#D_ARGS="-Djogl.debug.graph.font.Font"
#D_ARGS="-Djogl.debug.graph.font.Font -Djogl.debug.graph.font.Renderer -Djogl.debug.graph.font.Renderer.Code"
#D_ARGS="-Djogl.debug.GLSLCode -Djogl.debug.graph.curve.vbaa.resizeLowerBoundary=100"