CesiumGS / CesiumGS/cesium-unity
More flight/movement functions
- Dominant language
- C#
- Stars
- 535
- Forks
- 132
- Avg merge
- 6h 45m
- Merged PRs (30d)
- 1
Description
### Feature
Fly to location (lon/lat) is great! For more advanced screen recordings and experiences some additional functions would be helpful. While the cinemachine can be used for more advanced recordings, it requires far more tooling and manual setup. These functions would be very useful for runtime usage.
For example:
- flyThrough - Accepts an array of positions and/or headings and locations that would be passed through as the camera flies to a given location.
- flyAround - Provide a location that the camera should orbit at a given distance. When initiating it could flyTo the nearest location in the orbit path then proceed to orbit from there smoothly. To simplify camera lock, the function could complete one pass, or repeat.
Contributor guide
Assessment
This issue has not been assessed yet.