diff options
author | Rami Santina <[email protected]> | 2011-04-08 17:46:05 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-04-08 17:46:05 +0300 |
commit | e6de1dcd253ef4d6ba9f584b4ed3540c85c66d2c (patch) | |
tree | 94c71637205769a4ad58faea7496e5da463c5a37 /make/scripts | |
parent | deca38fce30548d0ee624b7c747daacafca37f24 (diff) |
Added demo GPU Resolution Indep UI - Button;
RIButton - resolution independent vector based button
UINewtDemo01 --> shows a testcase of a button rendered on scene.
controls: 1/2: zoom in/out
4/5: increase/decrease shape/text spacing
6/7: increase/decrease corner size
0/9: rotate.
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 53919ae54..242fd3c9b 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -197,8 +197,9 @@ function testawtmt() { #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT $* #testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 $* -testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 $* +#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo01 $* +testnoawt com.jogamp.opengl.test.junit.graph.demos.ui.UINewtDemo01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo02 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPURegionNewtDemo01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPURegionNewtDemo02 $* |