peterqliu / threebox

A three.js plugin for Mapbox GL JS, with support for basic animation and advanced 3D rendering.
MIT License
528 stars 320 forks source link

Display Issue on Viewport pitch change #67

Open juliuslipp opened 5 years ago

juliuslipp commented 5 years ago

My Problem: I use floor (geojson) layers and 3D marker layers (placed between those layers to hide them). After I change the pitch of the map, my markers are rendered wrong. If I reload the map with another pitch there is no problem, only on active change.

Freshly loaded map: Screenshot from 2019-07-03 07-25-05

After changing pitch Screenshot from 2019-07-03 07-25-11

Your library is great for someone like me, having no idea about matrix transformation and stuff, thanks. Any help will be greatly appreciated.