Explorar el Código

Fixed example. See #5815.

Mr.doob hace 10 años
padre
commit
504a44ecaa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgldeferred_pointlights.html

+ 1 - 1
examples/webgldeferred_pointlights.html

@@ -351,7 +351,7 @@
 				windowHalfY = window.innerHeight / 2;
 
 				WIDTH = window.innerWidth;
-				HEIGHT = window.innerHeight - 2 * MARGIN;
+				HEIGHT = window.innerHeight;
 
 				renderer.setSize( WIDTH, HEIGHT );