3 Years Ago
Iterate PolygonMesh API, remove dumb "Simple" naming from classes, Polygons are Faces instead, document better and optimize. PolygonMesh keeps it's own vertex list, allowing more advanced usages and simpler data stream construction * AddPolygon renamed to AddFace * PolygonMesh.AddVertex( ... ) returns an index you can use with AddFace( params int[] )