I've been experimenting with meshopt compression and rendering GLTF models in Mapbox. While EXT_meshopt_compression works fine, using models with KHR_mesh_quantization leads to rendering artifacts. I looked through the documentation and recent releases but couldn't find any mention of support for this extension. Since meshopt and quantization are often used together, adding this support would really improve compatibility and performance.
Hello,
I've been experimenting with meshopt compression and rendering GLTF models in Mapbox. While
EXT_meshopt_compression
works fine, using models withKHR_mesh_quantization
leads to rendering artifacts. I looked through the documentation and recent releases but couldn't find any mention of support for this extension. Since meshopt and quantization are often used together, adding this support would really improve compatibility and performance.Any plans to include this in future updates?