Browse Source

Clean up.

Mr.doob 9 years ago
parent
commit
bcc4a9d88a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      examples/webgl_postprocessing_advanced.html

+ 6 - 1
examples/webgl_postprocessing_advanced.html

@@ -208,7 +208,12 @@
 
 
 				//
 				//
 
 
-				var rtParameters = { minFilter: THREE.LinearFilter, magFilter: THREE.LinearFilter, format: THREE.RGBFormat, stencilBuffer: true };
+				var rtParameters = {
+					minFilter: THREE.LinearFilter,
+					magFilter: THREE.LinearFilter,
+					format: THREE.RGBFormat,
+					stencilBuffer: true
+				};
 
 
 				var rtWidth  = width / 2;
 				var rtWidth  = width / 2;
 				var rtHeight = height / 2;
 				var rtHeight = height / 2;