diff options
author | Sven Gothel <[email protected]> | 2023-02-17 20:48:17 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-02-17 20:48:17 +0100 |
commit | 3573631ced62383b9871f98f65f354958042331b (patch) | |
tree | a32bddc5958394c8526c9b9ab059facda0a344b3 /make/scripts | |
parent | bff89da495f45d39eed57318666f2f31cce1043a (diff) |
Graph UI: Fix UIShape's PMVMatrix handling of getSurfaceSize, objToWinCoord and winToObjCoord (expect all set, no doubling); GLEventListenerButton: Resize FBO to screen-size for proper 1:1 quality
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 0293d298d..c705fc4ec 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -941,8 +941,8 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPURegionNewtDemo $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.ui.UIShapeDemo01 $* -testnoawt com.jogamp.opengl.test.junit.graph.demos.ui.UITypeDemo01 $* -#testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewtDemo $* +#testnoawt com.jogamp.opengl.test.junit.graph.demos.ui.UITypeDemo01 $* +testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewtDemo $* #testawt com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewtCanvasAWTDemo $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieCube $* |