clipEnd method

void clipEnd()

Implementation

void clipEnd() {
  if (clipAttachment == null) return;
  clipAttachment = null;
  clippingPolygons = null;
  clippedVertices.length = 0;
  clippedTriangles.length = 0;
  clippingPolygon.length = 0;
}