Source
void setCustomVertices(Float32List vxList, Int16List ixList) { _vxList = vxList; _ixList = ixList; _hasCustomVertices = true; }
void setCustomVertices(Float32List vxList, Int16List ixList) { _vxList = vxList; _ixList = ixList; _hasCustomVertices = true; }