gltf-rs / gltf

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

Add support for `KHR_materials_emissive_strength` #350

Closed expenses closed 2 years ago

expenses commented 2 years ago

See https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_emissive_strength.

This EmissveStrengthInner struct is a little awkward. Not sure what the best alternative to having this would be.

expenses commented 2 years ago

I have moved on and am focusing my efforts on https://github.com/expenses/goth-gltf/. Feel free to take over this PR but I'm closing it for now.