setQuadVertices method

void setQuadVertices()

Implementation

void setQuadVertices() {
  _vxList = vxListQuad;
  _ixList = ixListQuad;
  _hasCustomVertices = false;
}