Alberto Taiuti

Results 2 issues of Alberto Taiuti

## Motivation It would be very useful to have an orthographic projection rather than only a perspective one available. This would allow us to present the Mapbox 3D map view,...

feature :green_apple:
cross-platform :tv:
3d :triangular_ruler:

I've noticed that if you use `setPointerCapture`/`releasePointerCapture` from within the `onPointerDown` and `onPointerUp` callbacks, respectively, then an `onPointerOut` event is also triggered after the `onPointerUp`, spuriously, when the user clicks...

bug