soonspacejs 2.4.12 → 2.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "soonspacejs",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "homepage": "http://www.xwbuilders.com:8800/",
5
5
  "description": "soonspacejs 2.x",
6
6
  "module": "./dist/index.esm.js",
@@ -25,5 +25,5 @@
25
25
  "@tweenjs/tween.js": "^18.6.4",
26
26
  "@types/three": "0.141.0"
27
27
  },
28
- "gitHead": "1c14eab2badba701ba58d6c8df1a6e1798ca4ec5"
28
+ "gitHead": "2bf40c05acea4b0b8df5edd11bafa0cc3dfd89d5"
29
29
  }
@@ -63,5 +63,6 @@ declare class DatLoader extends Loader {
63
63
  * @returns
64
64
  */
65
65
  private _createMaterial;
66
+ dispose(): void;
66
67
  }
67
68
  export { DatLoader, };
@@ -19,6 +19,7 @@ declare class SbmManage extends DefaultManage {
19
19
  * 清空本地模型缓存数据
20
20
  */
21
21
  clearIdb(): Promise<void>;
22
+ dispose(): void;
22
23
  _loadItem(sbmInfo: SbmInfo, onProgress?: ModelLoadingProgressCallback, parent?: BaseObject3D | null): Promise<Sbm>;
23
24
  /**
24
25
  * 远程请求 sbm