Skip to content
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

Node Animation #22

Open
zuihuifeideyu opened this issue Sep 27, 2024 · 1 comment
Open

Node Animation #22

zuihuifeideyu opened this issue Sep 27, 2024 · 1 comment

Comments

@zuihuifeideyu
Copy link

Hi, Thank you very much for your work, it helped me solve a lot of problems, I have a question, for animation, how can I control it to play, pause, stop? Thank you very much!

@rdeioris
Copy link
Owner

For node animation the whole logic is in https://github.com/rdeioris/glTFRuntime/blob/master/Source/glTFRuntime/Private/glTFRuntimeAssetActor.cpp#L434C2

If you want to implement play/stop/pause you need to extend it (by subclassing or by directly modifying the implementation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants