mapbox / mapbox-gl-js

Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
https://docs.mapbox.com/mapbox-gl-js/
Other
11.24k stars 2.23k forks source link

Request for support of KHR_mesh_quantization extension in gltf models #13298

Open bolatuly opened 1 month ago

bolatuly commented 1 month ago

Hello,

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.

Any plans to include this in future updates?