mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Remove unused "Reference" specification from mod files Add osirisrex files to gitgnore Make Ephemeris values into properties
13 lines
418 B
Modula-2
13 lines
418 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"
|
|
}
|
|
}
|
|
} |