xzw il y a 3 semaines
Parent
commit
dc1a4e79e7
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      libs/three.js/build/three.module.js

+ 3 - 1
libs/three.js/build/three.module.js

@@ -26252,7 +26252,9 @@ function SkinnedMesh( geometry, material ) {
 	this.bindMode = 'attached';
 	this.bindMatrix = new Matrix4();
 	this.bindMatrixInverse = new Matrix4();
-
+    //xzw add:  参考ver173版
+    this.boundingBox = null;
+    this.boundingSphere = null;
 }
 
 SkinnedMesh.prototype = Object.assign( Object.create( Mesh.prototype ), {