Beispiel #1
0
 private void CacheIndices()
 {
     _allIndices             = mesh.GetAllIndices(this.indices).Distinct().ToList();
     _userIndices            = (List <int>)mesh.GetUserIndices(this.indices);
     selectedUserVertexCount = _userIndices.Count;
 }