mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 02:48:25 -05:00
19 lines
577 B
Modula-2
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"
|
|
}
|
|
}
|
|
}
|
|
} |