Explorar o código

Fixed webvr rollercoaster resize.

Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
44c88177c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webvr_rollercoaster.html

+ 1 - 1
examples/webvr_rollercoaster.html

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