aboutsummaryrefslogtreecommitdiffstats
path: root/src/demo/GPURegionNewtDemo02.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-03-30 16:10:09 +0200
committerSven Gothel <[email protected]>2011-03-30 16:10:09 +0200
commit8c43a24f6ed75b6c8f0b2d5a0b77d3b14e1d745e (patch)
treede11763b7add7a576e8a7f666c18429751abdedb /src/demo/GPURegionNewtDemo02.java
parent69e9ae0bd6ada2177562714e301d68480eb001b8 (diff)
parent48d0ea92f795d2f187a418918c9246ee28848065 (diff)
Merge branch 'master' of ssh://jogamp.org/data/tmp/cache/jogl-turtle2d
Diffstat (limited to 'src/demo/GPURegionNewtDemo02.java')
-rw-r--r--src/demo/GPURegionNewtDemo02.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/demo/GPURegionNewtDemo02.java b/src/demo/GPURegionNewtDemo02.java
index a7b56ad42..3d7b60574 100644
--- a/src/demo/GPURegionNewtDemo02.java
+++ b/src/demo/GPURegionNewtDemo02.java
@@ -94,10 +94,7 @@ public class GPURegionNewtDemo02 {
public RegionGLListener() {
super(SVertex.factory(), Region.TWO_PASS, DEBUG, TRACE);
- setMatrix(-20, 00, 0f, -50, 400);
- //setMatrix(-20, 00, 0f, -400, 400);
- //setMatrix(-20, 00, 0f, -400, 400);
- //setMatrix(-20, 00, 0f, -100, 800);
+ setMatrix(-20, 00, 0f, -50, 1140);
}
private void createTestOutline(){
@@ -149,9 +146,6 @@ public class GPURegionNewtDemo02 {
regionRenderer.init(gl);
regionRenderer.setAlpha(gl, 1.0f);
regionRenderer.setColor(gl, 0.0f, 0.0f, 0.0f);
- //gl.glSampleCoverage(0.95f, false);
- //gl.glEnable(GL2GL3.GL_SAMPLE_COVERAGE); // sample coverage doesn't really make a difference to lines
- //gl.glEnable(GL2GL3.GL_SAMPLE_ALPHA_TO_ONE);
MSAATool.dump(drawable);
createTestOutline();