Skip to content

Adding Animation support

Mathieu Westphal (Kitware) requested to merge animationDraft into master

This add Animation support to F3D.

  • Add animation support by pressing space to play an animation for the GenericImporter (gltf and ex2) and glTF Importer with VTK > 9

  • Add an animation index option to select the animation (glTF importer only)

  • Add a post process filter for simpler post processing

  • Add volume support to any volumic data using resampling

  • CI related

    • Update VTK in ci to get last animation related changes in importer
    • Fix an issue in MacOS ci
    • Fix a package issue in ci

It has a few limitations:

  • Automatic range is computed only on the current timestep, not on all timesteps: #179 (closed)
  • Camera is automatically initialized on the data at the first time step and not following it.
  • The generic importer does not let user choose the animation index
Edited by Mathieu Westphal (Kitware)

Merge request reports