f3d icon indicating copy to clipboard operation
f3d copied to clipboard

WIP : Jump to animation keyframe

Open Ni-g-3l opened this issue 2 months ago • 1 comments

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 updated docker_timestamp

Continuous integration

Please write a comment to run CI, eg: \ci fast. See here for more info.

Ni-g-3l avatar Oct 31 '25 16:10 Ni-g-3l

You are modifying libf3d public API! :warning:Please update bindings accordingly:warning:! You can find them in their respective directories: python, java, webassembly.

github-actions[bot] avatar Dec 05 '25 12:12 github-actions[bot]