jscastro76 / threebox

A Three.js plugin for Mapbox GL JS, with support for animations and advanced 3D rendering.
Other
549 stars 145 forks source link

how to top layer order of 3D model layer #412

Open weilb opened 10 months ago

weilb commented 10 months ago

how to top layer order of 3D model layer

jscastro76 commented 10 months ago

Can you explain your question a bit more? You can always define the 3D model layer order when you create the layer itself, stating the layer that goes after as specified by Mapbox docummentation. https://docs.mapbox.com/mapbox-gl-js/api/map/#map#addlayer

jasonhibbs commented 2 months ago

I have a similar question: is it possible to render the model in front of map features? e.g. visible in front of buildings, while positioned behind them.