@soonspacejs/plugin-navigation 2.10.0-rc.4 → 2.10.0-rc.5

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.
@@ -49,7 +49,7 @@ export declare class NavigateCamera extends SoonSpaceCamera<Camera> {
49
49
  private _positionTween;
50
50
  private autoFollowRender;
51
51
  /** 相机位置记录用的对象,用于恢复相机位置和朝向使用 */
52
- protected _cameraPlaceholder: Object3D<import("soonspacejs").Event>;
52
+ protected _cameraPlaceholder: Object3D<import("soonspacejs").Object3DEventMap>;
53
53
  /** 取消飞向动画 */
54
54
  disabledAnimate: boolean;
55
55
  /** 第三人称相机距离跟踪目标距离 */
@@ -21,7 +21,7 @@ export declare class Navigator {
21
21
  /** 停止时是否返回起点,默认为是 */
22
22
  backStartPointWhenStop: boolean;
23
23
  /** 路径动画主体模型 */
24
- _model: Object3D<import("three").Event>;
24
+ _model: Object3D<import("three").Object3DEventMap>;
25
25
  get model(): Object3D;
26
26
  set model(obj: Object3D);
27
27
  protected _speed: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soonspacejs/plugin-navigation",
3
3
  "pluginName": "NavigationPlugin",
4
- "version": "2.10.0-rc.4",
4
+ "version": "2.10.0-rc.5",
5
5
  "description": "Navigation plugin for SoonSpace.js",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",
@@ -13,9 +13,9 @@
13
13
  ],
14
14
  "author": "zhuojian",
15
15
  "license": "UNLICENSED",
16
- "gitHead": "f74302f117d11fef3232d1593e7a6ecb9589f4e1",
16
+ "gitHead": "e445cbe257fb79645a978f0da56ba15da54f0bf4",
17
17
  "peerDependencies": {
18
- "soonspacejs": "2.10.0-rc.4"
18
+ "soonspacejs": "2.10.0-rc.5"
19
19
  },
20
20
  "dependencies": {
21
21
  "@three3d/tools": "^1.6.0"