This website works better with JavaScript.
首頁
探索
說明
註冊
登入
OpenSource
/
dc-sdk
镜像来自
https://github.com/dvt3d/dc-sdk
關註
4
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
92
Wiki
Activity
瀏覽代碼
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),
}
}
Write
Preview
Loading…
取消
儲存