google/filament

gltfio: Provide new loader suitable for remeshing

poweifeng opened this issue · 3 comments

Context

The current division of work between AssetLoader and ResourceLoader does not fit well with algorithms that require remeshing (e.g. flat shading in #6358).

Proposal

  • Build a new API that will be useful in these use cases.
  • Keep AssetLoader and ResourceLoader for existing clients of the API.