mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-16 18:40:35 -05:00
16 lines
479 B
Modula-2
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"
|
|
}
|
|
}
|
|
} |