diff options
author | Sven Gothel <[email protected]> | 2023-04-10 06:14:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-04-10 06:14:04 +0200 |
commit | 8cbcdc3589bbb1f30b79b4c30fb1d8180e5c3b36 (patch) | |
tree | d9078de9d4521e2831fd7241a3523b437f435e18 /make/scripts/tests.sh | |
parent | 3a0aadb747fe3a62799278fc97cf777662851a94 (diff) |
GraphUI UISceneDemo03b: Action with the Glyph Group Container: Rotate auto and w/ scroll-wheel (or zoom if alt is pressed)
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 186a6ceba..716796823 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1024,10 +1024,11 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo00 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo01 $* -testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo01b $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo01b $* +#testnoawt com.jogamp.opengl.test.junit.jogl.math.TestPMVMatrix01NEWT $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo02 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* -#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03b $* +testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03b $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo10 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo11 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* |