Skip to content

Commit 10aece0

Browse files
committed
Clean up. See c023717.
1 parent 3bc748e commit 10aece0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/webgl_effects_stereo.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
var textureCube = new THREE.CubeTextureLoader().load( urls );
9090
textureCube.mapping = THREE.CubeRefractionMapping;
91-
91+
9292
var material = new THREE.MeshBasicMaterial( { color: 0xffffff, envMap: textureCube, refractionRatio: 0.95 } );
9393

9494
for ( var i = 0; i < 500; i ++ ) {
@@ -128,7 +128,6 @@
128128
container.appendChild( renderer.domElement );
129129

130130
effect = new THREE.StereoEffect( renderer );
131-
effect.eyeSeparation = 10;
132131
effect.setSize( window.innerWidth, window.innerHeight );
133132

134133
//

0 commit comments

Comments
 (0)