合并
This commit is contained in:
@ -98,7 +98,7 @@ export default class MouseEvent {
|
||||
}, Cesium.ScreenSpaceEventType.WHEEL)
|
||||
}
|
||||
|
||||
getcartesian(movement) {
|
||||
getcartesian(movement) {
|
||||
// if (movement.endPosition) {
|
||||
// movement.endPosition.y -= 2
|
||||
// }
|
||||
@ -125,9 +125,6 @@ getcartesian(movement) {
|
||||
cartesian = this.viewer.scene.globe.pick(ray, this.viewer.scene);
|
||||
}
|
||||
}
|
||||
// console.log(cartesian)
|
||||
// const updatedPositions = await Cesium.sampleTerrainMostDetailed(this.sdk.viewer.terrainProvider, Cesium.Cartographic.fromCartesian(cartesian, this.viewer.scene.globe.ellipsoid));
|
||||
// console.log(updatedPositions)
|
||||
return cartesian
|
||||
// return this.earth.czm.viewer.scene.pickPosition(position)
|
||||
}
|
||||
|
Reference in New Issue
Block a user