Procházet zdrojové kódy

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

Ben Houston (Clara.io) před 10 roky
rodič
revize
62b9f29e03
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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号