gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
536 stars 124 forks source link

Add support for KHR_materials_unlit #263

Closed adrien-ben closed 5 years ago

adrien-ben commented 5 years ago

Hi there,

I'd like to implement support for KHR_materials_unlit in my gltf viewer. Here is a PR adding support for it in gltf.

adrien-ben commented 5 years ago

Thanks :)