Skip to content

Commit 7d87f0a

Browse files
committed
Fixed webgl_postprocessing_brackgrounds background. See mrdoob#9235.
1 parent d62f352 commit 7d87f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webgl_postprocessing_backgrounds.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
//
129129

130-
cameraP = new THREE.PerspectiveCamera( 65, aspect, 3, 10 );
130+
cameraP = new THREE.PerspectiveCamera( 65, aspect, 1, 10 );
131131
cameraP.position.z = 7;
132132

133133
// cameraO = new THREE.OrthographicCamera( width / - 2, width / 2, height / 2, height / - 2, 3, 10 );

0 commit comments

Comments
 (0)