aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-09-05 08:32:31 +0200
committerSven Gothel <[email protected]>2013-09-05 08:32:31 +0200
commit604434f8a1ea43f306e21fe81ac7471f27e3c9cf (patch)
tree97818c8a9d50dff97804be45531ad69c18763596 /make
parent58682d84c09462b1f2798b847ade6624b89d962f (diff)
TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLEventListener reshape(..) or manual reshape after beginTile(..) method.
GLEventListener reshape(..) method should be aware of TileRenderer usage and get the missing tile position and image size from it (-> see Gears example). TestRandomTiledRendering3GL2AWT demos AWT GLCanvas onscreen being used for random tile rendering to produce a PNG file. TestTiledRendering1GL2 is now GLAutoDrawable/GLEventListener agnostic, hence demos plain GLDrawable tile rendering usage.
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index bbb8c6ece..61b805215 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -328,6 +328,7 @@ function testawtswt() {
testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledRendering1GL2 $*
testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledRendering2GL2 $*
testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering2GL2 $*
+testawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering3GL2AWT $*
#
# core/newt (testnoawt and testawt)