Fixed: force thread strip direction for patches with collapsed edges
This commit is contained in:
parent
c8c0e6297c
commit
f0b601b796
@ -736,6 +736,8 @@ bool ASMs2D::collapseEdge (int edge, int basis)
|
||||
return false;
|
||||
}
|
||||
|
||||
threadGroups.stripDir = edge <= 2 ? ThreadGroups::U : ThreadGroups::V;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user