gltf-rs / gltf

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

Add KHR_materials_emissive_strength extension #374

Closed stefnotch closed 1 year ago

stefnotch commented 1 year ago

Add https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_emissive_strength/README.md Fix #367

JMS55 commented 1 year ago

@alteous is there any chance we could get this reviewed/merged? Blender uses this extension any time you export emissive meshes, and is needed for Bevy to properly load them.

JMS55 commented 1 year ago

Thanks so much!

schell commented 1 year ago

When is the next planned release? I would love to integrate this into renderling.

alteous commented 1 year ago

I'll aim to get a new release out by the end of next week.

JMS55 commented 1 year ago

@alteous polite reminder to please release a new version on crates.io :). Looking forward to integrating this into bevy!