Browse Source

Updated builds.

Mr.doob 11 years ago
parent
commit
2c80b469b2
2 changed files with 4 additions and 1 deletions
  1. 3 0
      build/three.js
  2. 1 1
      build/three.min.js

+ 3 - 0
build/three.js

@@ -18659,6 +18659,8 @@ THREE.ShaderChunk = {
 
 		"	mat4 skinMatrix = skinWeight.x * boneMatX;",
 		"	skinMatrix 	+= skinWeight.y * boneMatY;",
+		"	skinMatrix 	+= skinWeight.z * boneMatZ;",
+		"	skinMatrix 	+= skinWeight.w * boneMatW;",
 
 		"	#ifdef USE_MORPHNORMALS",
 
@@ -19012,6 +19014,7 @@ THREE.ShaderChunk = {
 
 
 };
+
 /**
  * Uniform Utilities
  */

File diff suppressed because it is too large
+ 1 - 1
build/three.min.js


Some files were not shown because too many files changed in this diff