gltfio: Provide new loader suitable for remeshing
Open
gltf
- Dominant language
- C++
- Stars
- 20.5k
- Forks
- 2.3k
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 74
Description
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.