Browse Source

Fixed webvr rollercoaster resize.

Mr.doob 8 years ago
parent
commit
44c88177c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webvr_rollercoaster.html

+ 1 - 1
examples/webvr_rollercoaster.html

@@ -190,7 +190,7 @@
 				camera.aspect = window.innerWidth / window.innerHeight;
 				camera.aspect = window.innerWidth / window.innerHeight;
 				camera.updateProjectionMatrix();
 				camera.updateProjectionMatrix();
 
 
-				renderer.setSize( window.innerWidth, window.innerHeight );
+				effect.setSize( window.innerWidth, window.innerHeight );
 
 
 			}, false );
 			}, false );