diff options
author | Sven Gothel <[email protected]> | 2023-03-14 15:18:04 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-14 15:18:04 +0100 |
commit | 4d1d546aee01fe27e6b331b23be9be7cc3a5f883 (patch) | |
tree | 364b8658be0b9b8499904fa81de2a424e646e61a /make/scripts/tests.sh | |
parent | 0d5409586b4467525447e3da72077b999372e79c (diff) |
GraphUI: Add a most simple Scene demo with one Shape.
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 0041930b1..e2a6763b9 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -966,6 +966,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $* #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.GPUUISceneNewtDemo $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* @@ -1002,6 +1003,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $* #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.GPUUISceneNewtDemo $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* |