Files
OpenSpace/data/scene/constellationbounds/constellationbounds.mod
T

19 lines
577 B
Modula-2

return {
-- Stars module
{
Name = "Constellation Bounds",
Parent = "Root",
Renderable = {
Type = "RenderableConstellationBounds",
File = "${OPENSPACE_DATA}/scene/constellationbounds/data/bound_20.dat",
ConstellationFile = "${OPENSPACE_DATA}/scene/constellationbounds/data/constellations.dat"
},
Transform = {
Rotation = {
Type = "SpiceRotation",
SourceFrame = "J2000",
DestinationFrame = "GALACTIC"
}
}
}
}