使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
OpenSource
/
dc-sdk
镜像自地址
https://github.com/dvt3d/dc-sdk
关注
4
点赞
0
派生
0
代码
工单
0
版本发布
92
百科
动态
浏览代码
improve the move event
4.x
cavencj
7 个月前
父节点
03dc051212
当前提交
83cd87ea34
共有
1 个文件被更改
,包括
1 次插入
和
2 次删除
分列视图
显示文件统计
1
2
src/modules/event/type/MouseEvent.js
+ 1
- 2
src/modules/event/type/MouseEvent.js
查看文件
@@ -140,10 +140,9 @@ class MouseEvent extends Event {
*
*/
_getMouseInfo(position) {
let scene = this._viewer.scene
return {
...this._getMousePosition(position),
target: scene.pick(position),
target:
this._viewer.
scene.pick(position),
}
}
撰写
预览
正在加载...
取消
保存