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

This commit is contained in:
Jonathas Costa
2016-03-16 09:13:31 -04:00
parent 725142334e
commit 6a2460a876
+7 -7
View File
@@ -7,8 +7,8 @@ return {
Type = "RenderableModel",
Body = "ROSETTA",
Geometry = {
Type = "WavefrontGeometry",
ObjFile = "${OPENSPACE_DATA}/scene/rosetta/obj/Rosettafromstl.obj",
Type = "MultiModelGeometry",
GeometryFile = "${OPENSPACE_DATA}/scene/rosetta/obj/mainbodyros.obj",
Magnification = 1,
},
Textures = {
@@ -114,9 +114,9 @@ return {
Type = "RenderableModel",
Body = "ROSETTA",
Geometry = {
Type = "WavefrontGeometry",
Type = "MultiModelGeometry",
Magnification = 1,
ObjFile = "${OPENSPACE_DATA}/scene/rosetta/obj/solarpanelleft.obj",
GeometryFile = "${OPENSPACE_DATA}/scene/rosetta/obj/solarpanelleft.obj",
},
Textures = {
Type = "simple",
@@ -138,8 +138,8 @@ return {
Type = "RenderableModel",
Body = "ROSETTA",
Geometry = {
Type = "WavefrontGeometry",
ObjFile = "${OPENSPACE_DATA}/scene/rosetta/obj/solarpanelright.obj",
Type = "MultiModelGeometry",
GeometryFile = "${OPENSPACE_DATA}/scene/rosetta/obj/solarpanelright.obj",
Magnification = 1,
},
Textures = {
@@ -215,4 +215,4 @@ return {
},
}
}
}