Files
OpenSpace/data/scene/toyvolume/toyvolume.mod
2016-03-23 14:21:28 +01:00

52 lines
1.4 KiB
Modula-2

return {
{
Name = "ToyVolume 1",
Parent = "Sun",
Ephemeris = {
Type = "Static",
Position = {0, 0, 0, 0}
},
Renderable = {
Type = "RenderableToyVolume",
Color = {1.0, 0.0, 0.0, 0.7},
Translation = {0, 0, 0},
Rotation = {0.5, 0, 0},
ScalingExponent = 11
},
GuiName = "/Volumes/ToyVolume1"
},
{
Name = "ToyVolume 2",
Parent = "Earth",
Ephemeris = {
Type = "Static",
Position = {0, 0, 0, 0}
},
Renderable = {
Type = "RenderableToyVolume",
Color = {1.0, 0.8, 0.0, 0.7},
Translation = {0.0, 0.0, 0.0},
Scaling = {5.0, 2.5, 5.0},
ScalingExponent = 6
},
GuiName = "/Volumes/ToyVolume2"
},
{
Name = "ToyVolume 3",
Parent = "Earth",
Ephemeris = {
Type = "Static",
Translation = {0, 0, 0, 0}
},
Renderable = {
Type = "RenderableToyVolume",
Scaling = {2.0, 2.0, 2.0},
Rotation = {3.14/2.0, 0, 0},
Color = {1.0, 1.0, 1.0, 0.7},
Translation = {0.0, 0.0, 0.0},
ScalingExponent = 6
},
GuiName = "/Volumes/ToyVolume3"
}
}