diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/assets/geo/land_contour_indices.bin | bin | 873592 -> 392804 bytes | |||
| -rw-r--r-- | gui/assets/geo/land_positions.bin | bin | 1006260 -> 1057116 bytes | |||
| -rw-r--r-- | gui/src/renderer/lib/3dmap.ts | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gui/assets/geo/land_contour_indices.bin b/gui/assets/geo/land_contour_indices.bin Binary files differindex dce673a222..37d0460ebe 100644 --- a/gui/assets/geo/land_contour_indices.bin +++ b/gui/assets/geo/land_contour_indices.bin diff --git a/gui/assets/geo/land_positions.bin b/gui/assets/geo/land_positions.bin Binary files differindex 50c1516184..1e048d6234 100644 --- a/gui/assets/geo/land_positions.bin +++ b/gui/assets/geo/land_positions.bin diff --git a/gui/src/renderer/lib/3dmap.ts b/gui/src/renderer/lib/3dmap.ts index a39b9e5612..61f86d97b9 100644 --- a/gui/src/renderer/lib/3dmap.ts +++ b/gui/src/renderer/lib/3dmap.ts @@ -174,14 +174,14 @@ class Globe { this.landVertexBuffer, this.landContourIndexBuffer, contourColor, - this.gl.LINES, + this.gl.LINE_STRIP, ); // We scale down to render the land triangles behind/under the country contour lines. mat4.scale( globeViewMatrix, // destination matrix globeViewMatrix, // matrix to scale - [0.9999, 0.9999, 0.9999], // amount to scale + [0.99999, 0.99999, 0.99999], // amount to scale ); // Draw land triangles. |
