| * | * | ||||
| */ | */ | ||||
| _getMouseInfo(position) { | _getMouseInfo(position) { | ||||
| let scene = this._viewer.scene | |||||
| return { | return { | ||||
| ...this._getMousePosition(position), | ...this._getMousePosition(position), | ||||
| target: scene.pick(position), | |||||
| target: this._viewer.scene.pick(position), | |||||
| } | } | ||||
| } | } | ||||