Files
OpenSpace/data/scene/constellationbounds/constellationbounds.mod
2016-02-21 01:52:48 +01:00

16 lines
479 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",
ReferenceFrame = "J2000"
},
Ephemeris = {
Type = "Static"
}
}
}