mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Changes in scene configuration for the new multi-geometry loader.
This commit is contained in:
@@ -9,8 +9,8 @@ return {
|
||||
Type = "RenderableModel",
|
||||
Body = "NEW HORIZONS",
|
||||
Geometry = {
|
||||
Type = "WavefrontGeometry",
|
||||
ObjFile = "${OPENSPACE_DATA}/scene/newhorizons/models/NewHorizonsCleanModel.obj",
|
||||
Type = "MultiModelGeometry",
|
||||
GeometryFile = "${OPENSPACE_DATA}/scene/newhorizons/models/NewHorizonsCleanModel.obj",
|
||||
Magnification = 4,
|
||||
},
|
||||
Textures = {
|
||||
@@ -103,8 +103,8 @@ return {
|
||||
Type = "RenderableModel",
|
||||
Body = "NEW HORIZONS",
|
||||
Geometry = {
|
||||
Type = "WavefrontGeometry",
|
||||
ObjFile = "${OPENSPACE_DATA}/scene/newhorizons/models/Labels.obj",
|
||||
Type = "MultiModelGeometry",
|
||||
GeometryFile = "${OPENSPACE_DATA}/scene/newhorizons/models/Labels.obj",
|
||||
Magnification = 4,
|
||||
},
|
||||
Textures = {
|
||||
@@ -175,4 +175,4 @@ return {
|
||||
},
|
||||
GuiName = "/Solar/NewHorizonsPathJupiter"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user