This affects the textured parts 61287p01.dat, 61287p02.dat, 61287p03.dat, 61287p04.dat: "Cylinder Hemisphere 2 x 2 with Cutout" with textures
The textures for these parts show Mercator-like maps. The Mercator projection is an example of a CYLINDRICAL projection (See https://en.wikipedia.org/wiki/Mercator_projection, which references https://archive.org/details/Snyder1987Ma...1/mode/2up).
But the part has defined a SPHERICAL texture map. This makes the lines of latitude curved instead of straight.
The fix is a one line change in each file, like so:
0 !TEXMAP START CYLINDRICAL 0 0 0 0 -46 0 -26 0 0 180 61287p01rb.png
replacing with the appropriate png file in each case.
The textures for these parts show Mercator-like maps. The Mercator projection is an example of a CYLINDRICAL projection (See https://en.wikipedia.org/wiki/Mercator_projection, which references https://archive.org/details/Snyder1987Ma...1/mode/2up).
But the part has defined a SPHERICAL texture map. This makes the lines of latitude curved instead of straight.
The fix is a one line change in each file, like so:
0 !TEXMAP START CYLINDRICAL 0 0 0 0 -46 0 -26 0 0 180 61287p01rb.png
replacing with the appropriate png file in each case.