This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
添加飞到默认位置动画
tags/1.13.3
Caven Chen
4 years ago
parent
b059cc383c
commit
7255b01872
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/core/widget/ContextMenu.js
+ 1
- 1
src/core/widget/ContextMenu.js
View File
@@ -26,7 +26,7 @@ class ContextMenu extends Widget {
{
label: '飞到默认位置',
callback: e => {
this._viewer.camera.flyHome(
0
)
this._viewer.camera.flyHome(
1.5
)
},
context: this
},
Write
Preview
Loading…
Cancel
Save