Hi,
https://stackblitz.com/edit/pixi-projection-poly-point?file=index.ts
I am trying to convert the markers position on the pitch in 3D to the position in 2D so I can draw a polygon between them as Graphics are not supported in PIXI projection. I have tried reading through the pixi projection source code but my knowledge of the pixi inner workings is pretty low. Any help would be massively appreciated!