Skip to content

Instantly share code, notes, and snippets.

@JohnBlackburne
JohnBlackburne / AAMesh.as
Last active May 19, 2019 18:08
A Starling (https://github.com/Gamua/Starling-Framework) extension to generate Meshes with antialiased edges
package starling.extensions
{
import flash.geom.Point;
import starling.display.Mesh;
import starling.geom.Polygon;
import starling.rendering.IndexData;
import starling.rendering.VertexData;
public class AAMesh extends Mesh