Browse Source

Fixed webgl_postprocessing_brackgrounds background. See #9235.

Mr.doob 9 years ago
parent
commit
7d87f0ad41
1 changed files with 1 additions and 1 deletions
  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 );