public void SetIndices(short[] indices, int offset, int length) { _indices.Clear(); _indices.Put(indices, offset, length); _indices.Flip(); }