mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Fix exoplanet system 1 AU ring no longer being a ring, but a grid
Default value for gridsegments changed in #3506
This commit is contained in:
@@ -374,6 +374,7 @@ function addExoplanetSystem(data)
|
||||
Type = "RenderableRadialGrid",
|
||||
Enabled = showCircle,
|
||||
Radii = { 0.0, 1.0 },
|
||||
GridSegments = { 1, 1 }, -- 1 segment in each direction, makes the grid a ring
|
||||
Color = circleColor,
|
||||
CircleSegments = 64,
|
||||
LineWidth = 2.0
|
||||
|
||||
Reference in New Issue
Block a user