Add a CLI option to generate an animated camera orbit
Is your feature request related to a problem? Please describe.
F3D supports loading camera from files and provide a --camera-index CLI option to select it. F3D also support animation which could animation the selected camera. However, many file do not have any camera nor animations.
Lets add a dedicated CLI option to add an animated camera orbit
Suggested implementation
- Add a CLI options
--camera-orbitthat let user specify the time to complete orbit - When used, this will add an animation with good default if there is none, or rely on existing animation if there is some
- Add dedicated logic in
animationManager::tickto update camera accordingly to camera parameters - Should support loading correctly at any time
- Add tests
related to https://github.com/f3d-app/f3d/issues/46
So, idea is adding default camera path when there is none. and traveling that path within given time. If so i am taking this
The idea is to be able to do a simple orbit over time, yes.
Hi @v0id-strike
How is it going ? Do you need any help ?
yeap. going well. will open Pull request by tommorow
Sorry. i was supposed to open pull request today. and ran into issue
Adressed here: https://github.com/f3d-app/f3d/pull/2016
No feedback on https://github.com/f3d-app/f3d/pull/2016, unassigning for now.
@voidrc do not hesitate to comment if you want to keep this one :)