aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-03-25 22:40:12 +0100
committerSven Gothel <[email protected]>2011-03-25 22:40:12 +0100
commit3802ffdb0a5bc84978303e342c8729ca3ba819c9 (patch)
treeca42823965880e562d6915bae71bdb44ef159888
parentd1e73ec50d31017bc4d1697a16e53a8cfc631a0e (diff)
sample coverage: no diff to lines
-rw-r--r--src/demo/GPUTextNewtDemo01.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/demo/GPUTextNewtDemo01.java b/src/demo/GPUTextNewtDemo01.java
index 85f94b175..f8792987c 100644
--- a/src/demo/GPUTextNewtDemo01.java
+++ b/src/demo/GPUTextNewtDemo01.java
@@ -138,8 +138,9 @@ class TextNewtWindow1 {
textRenderer = new HwTextRenderer(drawable.getContext(), pointFactory, Region.SINGLE_PASS);
textRenderer.setAlpha(1.0f);
textRenderer.setColor(0.0f, 0.0f, 1.0f);
- //gl.glSampleCoverage(0.75f, false);
- //gl.glEnable(GL2GL3.GL_SAMPLE_COVERAGE); // FIXME: coverage makes it 'funny' .. ie 'hole mask'
+ //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);
}