瀏覽代碼

Fixed webgl_postprocessing_brackgrounds background. See #9235.

Mr.doob 9 年之前
父節點
當前提交
7d87f0ad41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_postprocessing_backgrounds.html

+ 1 - 1
examples/webgl_postprocessing_backgrounds.html

@@ -127,7 +127,7 @@
 
 				//
 
-				cameraP = new THREE.PerspectiveCamera( 65, aspect, 3, 10 );
+				cameraP = new THREE.PerspectiveCamera( 65, aspect, 1, 10 );
 				cameraP.position.z = 7;
 
 			//	cameraO = new THREE.OrthographicCamera( width / - 2, width / 2, height / 2, height / - 2, 3, 10 );