소스 검색

improve the move event

4.x
cavencj 7 달 전
부모
커밋
83cd87ea34
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 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),
}
}


Loading…
취소
저장