Mr.doob 11 anni fa
parent
commit
e135871efa
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;",
 			"			skinned 	  += boneMatY * skinVertex * skinWeight.y;",
+			"			skinned 	  += boneMatZ * skinVertex * skinWeight.z;",
+			"			skinned 	  += boneMatW * skinVertex * skinWeight.w;",
 
 			"			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