mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 18:11:01 -05:00
Add initial implementation of rings for Saturn
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "saturn_textures", Destination = "textures", Version = 1 }
|
||||
{ Identifier = "saturn_textures", Destination = "textures", Version = 2 }
|
||||
},
|
||||
}
|
||||
@@ -42,6 +42,17 @@ return {
|
||||
},
|
||||
GuiName = "/Solar/Planets/Saturn"
|
||||
},
|
||||
{
|
||||
Name = "SaturnRings",
|
||||
Parent = "Saturn",
|
||||
Renderable = {
|
||||
Type = "RenderableRings",
|
||||
Frame = "IAU_SATURN",
|
||||
Texture = "textures/saturn_rings.png",
|
||||
Size = { 0.140220, 9.0 }
|
||||
},
|
||||
|
||||
},
|
||||
-- SaturnTrail module
|
||||
{
|
||||
Name = "SaturnTrail",
|
||||
|
||||
Reference in New Issue
Block a user