You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to Trigger Behavior
Add a GLB model with multiple meshes using the new model type in Mapbox.
Observe the rendering result at zoom level 15 or above. trees-model.zip
Expected Behavior
The GLB model with multiple meshes should render with the individual meshes correctly, as they would appear in a standard GLTF viewer (like the third image attached).
Actual Behavior
The GLB model renders incorrectly, with all meshes connected and merged improperly, leading to visual glitches.
This happens when using the following configuration:
The issue only occurs when adding GLB models containing a high number of meshes. Simple GLB's do upload without problems in meshes. The same model appears correctly when viewed in other GLTF viewers.
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: v3.8.0
browser: Chrome
Steps to Trigger Behavior
Add a GLB model with multiple meshes using the new model type in Mapbox.
Observe the rendering result at zoom level 15 or above.
trees-model.zip
Example used: https://docs.mapbox.com/mapbox-gl-js/example/clip-layer-building/
Expected Behavior
The GLB model with multiple meshes should render with the individual meshes correctly, as they would appear in a standard GLTF viewer (like the third image attached).
Actual Behavior
The GLB model renders incorrectly, with all meshes connected and merged improperly, leading to visual glitches.
This happens when using the following configuration:
The issue only occurs when adding GLB models containing a high number of meshes. Simple GLB's do upload without problems in meshes. The same model appears correctly when viewed in other GLTF viewers.
The text was updated successfully, but these errors were encountered: