Skip to content

Commit 90dff21

Browse files
committed
Dont flip uv
1 parent 047b989 commit 90dff21

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

core/src/main/java/de/bluecolored/bluemap/core/map/hires/ArrayTileModel.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,17 +205,6 @@ public ArrayTileModel invertOrientation(int face) {
205205
position[index + 6 + 1] = y;
206206
position[index + 6 + 2] = z;
207207

208-
// swap first and last uvs
209-
index = face * FI_UV;
210-
x = uv[index ];
211-
y = uv[index + 1];
212-
213-
uv[index ] = uv[index + 2 ];
214-
uv[index + 1] = uv[index + 2 + 1];
215-
216-
uv[index + 2 ] = x;
217-
uv[index + 2 + 1] = y;
218-
219208
return this;
220209
}
221210

0 commit comments

Comments
 (0)