mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Added tags to solar system planet .mod files for testing.
This commit is contained in:
@@ -78,9 +78,10 @@ return {
|
||||
-- EndTime = "2017 JAN 01 12:00:00.000",
|
||||
-- SampleInterval = 3600
|
||||
Period = 365.242,
|
||||
Resolution = 1000
|
||||
Resolution = 1000,
|
||||
Tag = "defaultTrails"
|
||||
},
|
||||
GuiName = "/Solar/EarthTrail"
|
||||
GuiName = "/Solar/EarthTrail",
|
||||
},
|
||||
--[[
|
||||
{
|
||||
|
||||
@@ -64,7 +64,8 @@ return {
|
||||
},
|
||||
Color = { 0.8, 0.7, 0.7 },
|
||||
Period = 4330.595,
|
||||
Resolution = 1000
|
||||
}
|
||||
Resolution = 1000,
|
||||
},
|
||||
Tag = "defaultTrails"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,8 @@ return {
|
||||
},
|
||||
Color = { 0.814, 0.305, 0.220 },
|
||||
Period = 686.973,
|
||||
Resolution = 1000
|
||||
Resolution = 1000,
|
||||
Tag = "defaultTrails"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,7 +52,8 @@ return {
|
||||
},
|
||||
Color = {0.2, 0.5, 1.0 },
|
||||
Period = 60200,
|
||||
Resolution = 1000
|
||||
},
|
||||
Resolution = 1000,
|
||||
Tag = "defaultTrails"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,8 @@ return {
|
||||
},
|
||||
Color = {0.85,0.75,0.51 },
|
||||
Period = 10746.94,
|
||||
Resolution = 1000
|
||||
Resolution = 1000,
|
||||
Tag = "defaultTrails"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,7 +58,8 @@ return {
|
||||
},
|
||||
Color = {0.60, 0.95, 1.00 },
|
||||
Period = 30588.740,
|
||||
Resolution = 1000
|
||||
},
|
||||
Resolution = 1000,
|
||||
Tag = "defaultTrails"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,8 @@ return {
|
||||
},
|
||||
Color = { 1.0, 0.5, 0.2 },
|
||||
Period = 224.695,
|
||||
Resolution = 1000
|
||||
Resolution = 1000,
|
||||
Tag = "defaultTrails"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user