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

This commit is contained in:
Jonathas Costa
2016-03-16 09:12:30 -04:00
parent 994530265d
commit 2e8b264717
+3 -3
View File
@@ -8,8 +8,8 @@ return {
Type = "RenderableModelProjection",
Body = "CHURYUMOV-GERASIMENKO",
Geometry = {
Type = "WavefrontGeometry",
ObjFile = "${OPENSPACE_DATA}/scene/67P/obj/67P_rotated_5_130.obj",
Type = "MultiModelGeometry",
GeometryFile = "${OPENSPACE_DATA}/scene/67P/obj/67P_rotated_5_130.obj",
Magnification = 0,
},
Textures = {
@@ -130,4 +130,4 @@ return {
},
GuiName = "/Solar/67PTrail"
}
}
}