gltf-rs / gltf

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

added support for KHR_mesh_quantization #428

Open sotrh opened 4 months ago

sotrh commented 4 months ago

Adds the KHR_mesh_quantization feature that alters ReadPositions, ReadNormals and ReadTangents to be enums that allow multiple types of data.

alteous commented 3 months ago

The CI test failures are unrelated to your change. I'll look into it.

kvark commented 1 week ago

Would be good to have this landing at some point...