-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Layer cube is clipped on large zoom #7970
Comments
It looks like this is happening because the cube is large enough that it extends below the surface of the map. Possible changes we can make to fix this:
@Bravecow which behavior would you expect here? |
Can you explain please why it is going below surface on large zoom if we set translate as |
Is this somehow related to #7573 ? |
Maybe related to: visgl/luma.gl#1211 |
Was this resolved? |
mapbox-gl-js version: 0.52.0
browser: Chrome OSX
Steps to Trigger Behavior
Link to Demonstration
Use example from debug for three.js without buildings layer:
https://github.com/mapbox/mapbox-gl-js/blob/master/debug/threejs.html
https://bravecow.github.io/mapbox-3d/test#16.5/43.65785/-79.390382/20/60
Expected Behavior
Moving map doesn't affect cube clipping.
Actual Behavior
Moving map affects cube clipping.
The text was updated successfully, but these errors were encountered: