- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a CLI option to generate an animated camera orbit #1743
Labels
Milestone
Comments
related to #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: #2016 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
--camera-orbit
that let user specify the time to complete orbitanimationManager::tick
to update camera accordingly to camera parametersThe text was updated successfully, but these errors were encountered: