Added tags to solar system planet .mod files for testing.

This commit is contained in:
GPayne
2017-03-22 14:25:08 -06:00
parent 95f4b249b9
commit 40de0a9624
7 changed files with 18 additions and 11 deletions

View File

@@ -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",
},
--[[
{

View File

@@ -64,7 +64,8 @@ return {
},
Color = { 0.8, 0.7, 0.7 },
Period = 4330.595,
Resolution = 1000
}
Resolution = 1000,
},
Tag = "defaultTrails"
}
}

View File

@@ -56,7 +56,8 @@ return {
},
Color = { 0.814, 0.305, 0.220 },
Period = 686.973,
Resolution = 1000
Resolution = 1000,
Tag = "defaultTrails"
}
}
}

View File

@@ -52,7 +52,8 @@ return {
},
Color = {0.2, 0.5, 1.0 },
Period = 60200,
Resolution = 1000
},
Resolution = 1000,
Tag = "defaultTrails"
}
}
}

View File

@@ -76,7 +76,8 @@ return {
},
Color = {0.85,0.75,0.51 },
Period = 10746.94,
Resolution = 1000
Resolution = 1000,
Tag = "defaultTrails"
},
}
}

View File

@@ -58,7 +58,8 @@ return {
},
Color = {0.60, 0.95, 1.00 },
Period = 30588.740,
Resolution = 1000
},
Resolution = 1000,
Tag = "defaultTrails"
}
}
}

View File

@@ -56,7 +56,8 @@ return {
},
Color = { 1.0, 0.5, 0.2 },
Period = 224.695,
Resolution = 1000
Resolution = 1000,
Tag = "defaultTrails"
}
}
}