*** empty log message ***
This commit is contained in:
parent
50838c7394
commit
aa10df58c6
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.13 2004/10/15 16:45:27 ponchio
|
||||||
|
Vbo added.
|
||||||
|
|
||||||
Revision 1.12 2004/10/15 11:41:03 ponchio
|
Revision 1.12 2004/10/15 11:41:03 ponchio
|
||||||
Tests and small changes.
|
Tests and small changes.
|
||||||
|
|
||||||
|
@ -301,6 +304,8 @@ void VoronoiChain::RemapFaces(Crude &crude, VFile<unsigned int> &face_r
|
||||||
patch = patches[make_pair(coarse, fine)];
|
patch = patches[make_pair(coarse, fine)];
|
||||||
|
|
||||||
face_remap[i] = patch;
|
face_remap[i] = patch;
|
||||||
|
//face_remap[i] = fine;
|
||||||
|
|
||||||
if(patch_faces.size() <= patch)
|
if(patch_faces.size() <= patch)
|
||||||
patch_faces.resize(patch+1, 0);
|
patch_faces.resize(patch+1, 0);
|
||||||
patch_faces[patch]++;
|
patch_faces[patch]++;
|
||||||
|
|
Loading…
Reference in New Issue