-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Animate viewFrom (Cesium czml) #150
Comments
More complete programmatic camera control is something we'd like to add in the future. |
What is the most elegant way to animate the camera to move smoothly? |
It seems intuitive from the docs and from how the position interpolation works that this would be the default behavior and I think this would satisfy our "pan camera smoothly around tracked entity" use case.
Maybe this should be an opt-in/out behavior provided by some other |
I think being able to tie camera view to an InterpolatableProperty would be very useful |
I would like to move my camera smoothly around my aircraft. With viewer.trackedEntity = airplane, I have tried including multiple camera positions in czml:
But the camera stays locked in one position. Shouldn't this work? (https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/ViewFrom says "Interpolatable: yes")
Or is there a way to animate viewer.camera.position dynamically?
The text was updated successfully, but these errors were encountered: