xiaxiangfeng
xiaxiangfeng
**mapbox-gl-js version**: ^2.15.0 ### Question I added two layers using threejs in mapboxgl. The expected rendering order of the layers is layerA - background - layerB, but the actual order...
### Description After adding the mesh of the gltf model to THREE.InstancedMesh, I modified the scaling, and the rendered effect seems to have lost some vertices ### Reproduction steps 1....
**Describe the bug** After adding 3Dtiles to mapboxgl using 3DTilesRendererJS, the model disappears when the rotated map is greater than 180 degrees **To Reproduce** Steps to reproduce the behavior: 1....
Hello, I used the shot synchronization code you wrote and encountered the following problem ### Description After adding the mesh of the gltf model to THREE.InstancedMesh, I modified the scaling,...
For example, when rendering buildings, when zoom changes from 5 to 6, are the rendering objects of zoom 5 deleted and then rendered at zoom 6? Will this cause flickering?...