cesiumlab / cesiumlab/XbsjEarthUI
flyAround设置的角速度是3.14/50后,双击地图会导致角速度变化,怎么保证双击后角速度依然是3.14/50
Open
- Dominant language
- JavaScript
- Stars
- 734
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
// 环绕飞行
earth.camera.flyAround([2.1206125026580582,0.545178729438238,15], 3000, [0, -Math.PI / 5, 0], 0, 3.14/50);
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the earth.camera.flyAround call shown in the issue and reproduce the behavior by double-clicking the map after setting the angular velocity to 3.14/50. Trace the double-click handling and flyAround state changes. Done means the angular velocity remains 3.14/50 after a double-click.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100