From 3ef1bcd1939c611cab7962ef44ae00097a3faf5b Mon Sep 17 00:00:00 2001 From: Ben Houston Date: Mon, 15 Feb 2016 19:22:58 -0500 Subject: [PATCH] make msaa example more obvious in terms of its effects. --- examples/webgl_postprocessing_msaa.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/examples/webgl_postprocessing_msaa.html b/examples/webgl_postprocessing_msaa.html index b6bc845f9c..07d79402d6 100644 --- a/examples/webgl_postprocessing_msaa.html +++ b/examples/webgl_postprocessing_msaa.html @@ -28,7 +28,8 @@
- three.js - Manual Multi-Sample Anti-Aliasing (MSAA) pass by Ben Houston + three.js - Manual Multi-Sample Anti-Aliasing (MSAA) pass by Ben Houston

+ Texture interpolation, mipmapping and anistropy sampling is disabled to emphasize
the effect MSAA levels have one the resulting render quality.
@@ -50,7 +51,7 @@