blendergltf
blendergltf copied to clipboard
Update KHR_materials_unlit
The KHR_materials_unlit extension has been completed. We need to review the spec and make sure our implementation is still correct. Then we can remove the draft status from the extension.
Reviewing the approved spec, the only thing missing is implementing the suggested fallback material described here.
This means the following tasks need to be done for this issue:
- [ ] Update
ext_meta['url']tohttps://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_materials_unlit/README.md - [ ] Update
ext_meta['isDraft']toFalse - [ ] Update unlit materials to implement the fallback material
- [ ] Update README