Ok since I didn't hear anything I committed the indexing changes I made
to these two files. Basically change edge_set.begin() to &edge_set[0] etc... mein@cs.umn.edu
This commit is contained in:
@@ -408,7 +408,7 @@ DuplicateMesh(
|
||||
// duplicate the face data for this face.
|
||||
o_f_data.Duplicate(i_f_data[*f_faces_it]);
|
||||
|
||||
output.AddSubTriangle(dup_face,triangle_indices.begin() + i);
|
||||
output.AddSubTriangle(dup_face,&triangle_indices[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user