Explorar o código

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

Ben Houston (Clara.io) %!s(int64=9) %!d(string=hai) anos
pai
achega
62b9f29e03
Modificáronse 1 ficheiros con 1 adicións e 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;