Hrms... previous commit here to make sure faces are not added 'double',
caused a part in removedoubles not to work well, removing too many
faces. Solved it more proper now.
This commit is contained in:
2005-09-24 15:36:25 +00:00
parent 94aa843626
commit e5b9f62c6e
4 changed files with 9 additions and 9 deletions

View File

@@ -414,7 +414,7 @@ int removedoublesflag(short flag, float limit) /* return amount */
/* second test: is test permitted? */
efa= vsb1->efa;
if( (efa->f1 & 128)==0 ) {
if( compareface(efa, vsb->efa)) efa->f1 |= 128;
if( compareface(efa, vsb->efa, 4)) efa->f1 |= 128;
}
vsb1++;