gltf-rs / gltf

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

Add support for KHR_materials_transmission and KHR_materials_ior #293

Closed oceanusxiv closed 4 years ago

oceanusxiv commented 4 years ago

The KHR_mterials_transmission extension can be found here and is more or less finalized.

The KHR_materials_ior extension can be found here. It's not yet finalized but at this point it's very unlikely the interface itself would change, and it looks like all that's left is for them to better document and come up with examples.

alteous commented 4 years ago

Thanks for your PR! Looks good to me.