Explorar o código

Update webgl_mirror.html

Michael Herzog hai 4 meses
pai
achega
3c3cf90615
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_mirror.html

+ 1 - 1
examples/webgl_mirror.html

@@ -102,7 +102,7 @@
 				verticalMirror = new Reflector( geometry, {
 					clipBias: 0.003,
 					textureWidth: size.width,
-					textureHeight: size.heignt,
+					textureHeight: size.height,
 					color: 0xc1cbcb
 				} );
 				verticalMirror.position.y = 50;

粤ICP备19079148号