瀏覽代碼

添加飞到默认位置动画

tags/1.13.3
Caven Chen 4 年之前
父節點
當前提交
7255b01872
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/core/widget/ContextMenu.js

+ 1
- 1
src/core/widget/ContextMenu.js 查看文件

@@ -26,7 +26,7 @@ class ContextMenu extends Widget {
{
label: '飞到默认位置',
callback: e => {
this._viewer.camera.flyHome(0)
this._viewer.camera.flyHome(1.5)
},
context: this
},

Loading…
取消
儲存