mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-21 21:45:55 +02:00
Bottom face was flipped in overlap.
- solidify/overlap.c (draw_map): flip x-axis of bottom face (and remove comment suggesting to flip the y axis. The x-axis is better, since this is often how things are scanned.)
This commit is contained in:
parent
d4a5575599
commit
9c614db35a
@ -245,7 +245,7 @@ static void draw_map(GtkWidget *widget, struct solid *s)
|
||||
.b = { 0, 0 },
|
||||
};
|
||||
struct matrix mb = {
|
||||
.a = { { 1, 0 }, { 0, 1 } }, /* @@@ why not a[1][1] = -1 ? */
|
||||
.a = { { -1, 0 }, { 0, 1 } },
|
||||
.b = { 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user