mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 17:20:09 -06:00
25 lines
712 B
Modula-2
25 lines
712 B
Modula-2
return {
|
|
{
|
|
Name = "DebugModel",
|
|
Parent = "Root",
|
|
Renderable = {
|
|
Type = "RenderableModel",
|
|
Body = "SUN",
|
|
Geometry = {
|
|
Type = "MultiModelGeometry",
|
|
GeometryFile = "models/OSIRIS-REx GSFC Animation/OSIRIS-REx GSFC Animation/OREXE1.obj",
|
|
Magnification = 4,
|
|
},
|
|
Textures = {
|
|
Type = "simple",
|
|
Color = "textures/NHTexture.jpg",
|
|
},
|
|
Shading = {
|
|
PerformShading = true,
|
|
Fadeable = false,
|
|
Ghosting = false,
|
|
},
|
|
},
|
|
GuiName = "/Solar/DebugModel"
|
|
},
|
|
} |