瀏覽代碼

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

Ben Houston (Clara.io) 9 年之前
父節點
當前提交
62b9f29e03
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;