提交 694ee6fa 编写于 作者: M Michael Rienstra

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

上级 c15de0a3
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册