|
@@ -1388,9 +1388,8 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
|
|
AnimationEditor.pause()
|
|
AnimationEditor.pause()
|
|
},
|
|
},
|
|
setCurrentTime(s){// 设置当前时间, 单位为秒
|
|
setCurrentTime(s){// 设置当前时间, 单位为秒
|
|
-
|
|
|
|
(!AnimationEditor.playing || s == 0) && AnimationEditor.at(s) //除非s==0否则一定要先pause后才能设置时间
|
|
(!AnimationEditor.playing || s == 0) && AnimationEditor.at(s) //除非s==0否则一定要先pause后才能设置时间
|
|
- console.log('setCurrentTime',s, AnimationEditor.playing, AnimationEditor.cursorTime)
|
|
|
|
|
|
+ //console.log('setCurrentTime',s, AnimationEditor.playing, AnimationEditor.cursorTime)
|
|
},
|
|
},
|
|
addAnimationModel(data){// 添加动画模型
|
|
addAnimationModel(data){// 添加动画模型
|
|
/* title: string; 模型名称
|
|
/* title: string; 模型名称
|