f3d
f3d copied to clipboard
WIP : Jump to animation keyframe
Describe your changes
This PR allows user to play animation frame by frame
https://github.com/user-attachments/assets/06f33c30-fbb6-4616-a6cb-89636ee4e65e
However, it is based on GetTemporalInformation from vtkImporter, so It will works only for native VTK Importer for now.
Attach here a GLTF file with an animation if you want to test. AnimatedCube.zip
Issue ticket number and link if any
https://github.com/f3d-app/f3d/issues/2559 https://github.com/f3d-app/f3d/issues/2682
Checklist for finalizing the PR
- [ ] I have performed a self-review of my code
- [x] I have added tests for new features and bugfixes
- [ ] I have added documentation for new features
- [ ] If it is a modifying the libf3d API, I have updated bindings
- [ ] If it is a modifying the
.github/workflows/versions.json, I have updateddocker_timestamp
Continuous integration
Please write a comment to run CI, eg: \ci fast.
See here for more info.
You are modifying libf3d public API! :warning:Please update bindings accordingly:warning:!
You can find them in their respective directories: python, java, webassembly.