setCustomVertices method

void setCustomVertices(
  1. Float32List vxList,
  2. Int16List ixList
)

Implementation

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