Update LatSegments number to match the previous buggy behavior

This commit is contained in:
Alexander Bock
2025-11-19 16:56:03 +01:00
parent 4ff2e898bd
commit 9a75b81f92
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ local EquatorialSphere = {
Opacity = 1.0,
Color = { 0.3, 0.3, 0.15 },
LineWidth = 2.0,
LatSegments = 36,
LatSegments = 17,
LongSegments = 24,
},
Tag = { "du_grid" },

View File

@@ -33,7 +33,7 @@ local CarringtonPrimeMeridian = {
Color = { 1.0, 0.0, 0.0 },
LineWidth = 2.0,
LongSegments = 2,
LatSegments = 64
LatSegments = 31
},
GUI = {
Name = "Carrington Prime Meridian",
@@ -63,7 +63,7 @@ local WSA_GridSlice = {
Color = { 0.8, 0.8, 0.8 },
LineWidth = 2.0,
LongSegments = 2,
LatSegments = 64
LatSegments = 31
},
GUI = {
Name = "Solar Longitude Facing the Earth",