diff options
author | Sven Gothel <[email protected]> | 2023-03-19 16:09:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-19 16:09:52 +0100 |
commit | a43869543093d0bbd154df7ea6908a5b53a8302e (patch) | |
tree | 34afcd743f2d118b35f510719ed85111047ca89f /make/scripts | |
parent | 01d35625f848ed3a97fae750ff2e8928f9d6538a (diff) |
GraphUI: Add UISceneDemo00 for linear animation in one main function; UISceneDemo01 simply provides shape drag-move and -resize
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index ca9302849..19c5a4f33 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1007,6 +1007,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UITypeDemo01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo00 $* testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.GPUUISceneNewtDemo $* |