Browse Source

Updated builds.

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

+ 2 - 0
build/three.js

@@ -20314,6 +20314,8 @@ THREE.ShaderLib = {
 
 
 			"			vec4 skinned  = boneMatX * skinVertex * skinWeight.x;",
 			"			vec4 skinned  = boneMatX * skinVertex * skinWeight.x;",
 			"			skinned 	  += boneMatY * skinVertex * skinWeight.y;",
 			"			skinned 	  += boneMatY * skinVertex * skinWeight.y;",
+			"			skinned 	  += boneMatZ * skinVertex * skinWeight.z;",
+			"			skinned 	  += boneMatW * skinVertex * skinWeight.w;",
 
 
 			"			displacedPosition  = skinned.xyz;",
 			"			displacedPosition  = skinned.xyz;",
 
 

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


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