`KHR_materials_clearcoat` added to `gltf` crate, removing the need for manual implementation on bevy's side
Open
A-glTF
C-Code-Quality
C-Feature
S-Blocked
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
Bevy has a competing implementation of `KHR_materials_clearcoat`
## What solution would you like?
Replace bevy's implementation with the one available at `gltf` crate
## What alternative(s) have you considered?
Keep bevy's impl
## Additional context
This [PR](https://github.com/gltf-rs/gltf/pull/446) on `gltf` added `KHR_materials_clearcoat`
Contributor guide
Assessment
This issue has not been assessed yet.