diff options
author | Rami Santina <[email protected]> | 2011-03-28 14:19:38 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-03-28 14:19:38 +0300 |
commit | 8b288c20da315b24ac65d14475d3133e45007981 (patch) | |
tree | b86be8d69c01a83ffebe7819381f346dbe7274ed /src/demo/GPUTextNewtDemo02.java | |
parent | 3bf42d92a3baf5e506f553fc20c71c082c39790e (diff) |
Testcase for R2T with two sizes
Diffstat (limited to 'src/demo/GPUTextNewtDemo02.java')
-rw-r--r-- | src/demo/GPUTextNewtDemo02.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/demo/GPUTextNewtDemo02.java b/src/demo/GPUTextNewtDemo02.java index 4174da30b..bda7fe0e2 100644 --- a/src/demo/GPUTextNewtDemo02.java +++ b/src/demo/GPUTextNewtDemo02.java @@ -106,19 +106,5 @@ public class GPUTextNewtDemo02 { //gl.glHint(GL2.GL_PERSPECTIVE_CORRECTION_HINT, GL3.GL_NICEST); MSAATool.dump(drawable); } - public void display(GLAutoDrawable drawable) { - super.display(drawable); - - if(printScreen){ - try { - super.printScreen(window, "./","r2t1-msaa0", false); - printScreen=false; - } catch (GLException e) { - e.printStackTrace(); - } catch (IOException e) { - e.printStackTrace(); - } - } - } } } |