Browse Source

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

Ben Houston (Clara.io) 9 năm trước cách đây
mục cha
commit
62b9f29e03
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;