Procházet zdrojové kódy

添加飞到默认位置动画

tags/1.13.3
Caven Chen před 4 roky
rodič
revize
7255b01872
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/core/widget/ContextMenu.js

+ 1
- 1
src/core/widget/ContextMenu.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit