mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-16 18:40:35 -05:00
17 lines
438 B
Modula-2
17 lines
438 B
Modula-2
return {
|
|
-- Stars module
|
|
{
|
|
Name = "Stars",
|
|
Parent = "Root",
|
|
Renderable = {
|
|
Type = "RenderableStars",
|
|
File = "${OPENSPACE_DATA}/scene/stars/speck/stars.speck",
|
|
Texture = "${OPENSPACE_DATA}/scene/stars/textures/halo.png",
|
|
ColorMap = "${OPENSPACE_DATA}/scene/stars/colorbv.cmap"
|
|
},
|
|
Ephemeris = {
|
|
Type = "Static"
|
|
}
|
|
}
|
|
}
|