mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Update LatSegments number to match the previous buggy behavior
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user