~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to intern/decimation/intern/LOD_EdgeCollapser.cpp

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        LOD_EdgeInd collapse_edge
58
58
){
59
59
 
60
 
        // we need to copy the egdes in e_v0v1 from the mesh
 
60
        // we need to copy the edges in e_v0v1 from the mesh
61
61
        // into a new buffer -> we are going to modify them
62
62
 
63
63
        int original_size = e_v0v1.size();