99if(points.count < 3) //at least 1 trig's worth of points
100returnfalse;
101if ((!triangles.data) && (points.count%3)) // Non-indexed mesh => we must ensure the geometry defines an implicit number of triangles // i.e. numVertices can't be divided by 3