xzw 3 周之前
父节点
当前提交
dc1a4e79e7
共有 1 个文件被更改,包括 3 次插入1 次删除
  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 ), {