mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-05 15:50:21 +08:00
Fix dissolving edges creating inverted faces
This commit is contained in:
parent
30c99de40a
commit
fda020d26e
@ -1447,6 +1447,10 @@ BARS.defineActions(function() {
|
||||
delete face_b.uv[edge_vkey];
|
||||
}
|
||||
})
|
||||
// Make sure orientation stays the same
|
||||
if (face_b.getAngleTo(face_a) > 90) {
|
||||
face_b.invert();
|
||||
}
|
||||
}
|
||||
|
||||
// Remove all other faces and lines
|
||||
|
Loading…
Reference in New Issue
Block a user