maplibre-gl-js icon indicating copy to clipboard operation
maplibre-gl-js copied to clipboard

Proof of bug: missing mercatorMatrix3d

Open olsen232 opened this issue 4 months ago • 1 comments

When writing a CustomLayerInterface in a 3D context, the developer has need of a 3D equivalent to the mercatorMatrix, but none is provided by the interface. This showcases the issue caused by the lack of one, and has a basic example of how to fix.

Currently only intended to showcase the issue - will rewrite once I've opened an issue to discuss the proper fix.

Issue filed as https://github.com/maplibre/maplibre-gl-js/issues/3797

olsen232 avatar Mar 05 '24 23:03 olsen232