Changes in scene configuration for the new multi-geometry loader.

This commit is contained in:
Jonathas Costa
2016-03-16 09:13:10 -04:00
parent 2fcb75003c
commit 725142334e

View File

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