Skip to content

Add model/material/hierarchy and information #18

@mwestphal

Description

@mwestphal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Investigate

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions