Is a distance based approach better than a Barycentric based approach to outlining a polygon with many vertices in pixi.js?
I’m trying to apply a fragment shader to a Mesh within pixi.js. The calculation of the geometry of the shape is correct and the application of a shader to change the color of the entire shape works however the creation of a border is not working as intended.