Browse Source

Changed `stencilBufer` to `stencilBuffer` in `examples/webgl_postprocessing.html`.

Michael Rienstra 13 years ago
parent
commit
694ee6fa00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_postprocessing.html

+ 1 - 1
examples/webgl_postprocessing.html

@@ -220,7 +220,7 @@
 
 				renderScene = new THREE.TexturePass( composerScene.renderTarget2 );
 
-				rtParameters = { minFilter: THREE.LinearFilter, magFilter: THREE.LinearFilter, format: THREE.RGBFormat, stencilBufer: true };
+				rtParameters = { minFilter: THREE.LinearFilter, magFilter: THREE.LinearFilter, format: THREE.RGBFormat, stencilBuffer: true };
 
 				var rtWidth  = window.innerWidth / 2;
 				var rtHeight = window.innerHeight / 2;