Explorar el Código

fix bad shadow parameters -- resolve part 2 of #8545

Ben Houston (Clara.io) hace 10 años
padre
commit
62b9f29e03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_animation_skinning_morph.html

+ 1 - 1
examples/webgl_animation_skinning_morph.html

@@ -122,7 +122,7 @@
 				light.castShadow = true;
 
 				light.shadow.mapSize.width = 1024;
-				light.shadow.mapSize.heigth = 1024;
+				light.shadow.mapSize.height = 1024;
 
 				var d = 390;
 

粤ICP备19079148号