-
-
Notifications
You must be signed in to change notification settings - Fork 328
Open
Labels
Milestone
Description
Context
F3D is able to load many type of files. F3D relies on each individual importers to provide meta data information about the file. However, some importers are not great at providing such info.
Recently, a new API have been added to VTK Importers: vtkImporter::GetSceneHierarchy
We could use it to recover information about the scene hierarchy.
Suggested Solution
- Experiment with
vtkGLTFImporter::GetSceneHiearchy
to transition metadata to hierarchy - Implement this API in the needed importers in VTK
- Implement this API in the needed importers in F3D
- Use it in the widgets
- Add/Update tests
Needs #1742
Notes
more info here: https://gitlab.kitware.com/f3d/f3d/-/issues/174
angshine
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Investigate