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

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"
}
}
}