Fix mod files for new directory structure

This commit is contained in:
Alexander Bock
2016-05-06 13:51:57 +02:00
parent a10fd8036e
commit b4ec681821
4 changed files with 15 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@ return {
Renderable = {
Type = "RenderablePlanet",
Frame = "IAU_GANYMEDE", -- should exist.
Body = "JUPITER BARYCENTER",
Geometry = {
Type = "SimpleSphere",
Radius = { 2.631, 6},
+2 -2
View File
@@ -9,7 +9,7 @@ return {
Body = "CHURYUMOV-GERASIMENKO",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = "${OPENSPACE_DATA}/scene/67P/obj/67P_rotated_5_130.obj",
GeometryFile = "obj/67P_rotated_5_130.obj",
Magnification = 0,
},
Textures = {
@@ -23,7 +23,7 @@ return {
Destination = "GALACTIC"
},
Projection = {
Sequence = "${OPENSPACE_DATA}/scene/67P/rosettaimages",
Sequence = "rosettaimages",
SequenceType = "image-sequence",
Observer = "ROSETTA",
Target = "CHURYUMOV-GERASIMENKO",
+4 -4
View File
@@ -8,12 +8,12 @@ return {
Body = "ROSETTA",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = "${OPENSPACE_DATA}/scene/rosetta/obj/mainbodyros.obj",
GeometryFile = "obj/mainbodyros.obj",
Magnification = 1,
},
Textures = {
Type = "simple",
Color = "textures/pluto.jpg",
Color = "textures/gray.png",
},
Rotation = {
Source = "ROS_SPACECRAFT",
@@ -116,7 +116,7 @@ return {
Geometry = {
Type = "MultiModelGeometry",
Magnification = 1,
GeometryFile = "${OPENSPACE_DATA}/scene/rosetta/obj/solarpanelleft.obj",
GeometryFile = "obj/solarpanelleft.obj",
},
Textures = {
Type = "simple",
@@ -139,7 +139,7 @@ return {
Body = "ROSETTA",
Geometry = {
Type = "MultiModelGeometry",
GeometryFile = "${OPENSPACE_DATA}/scene/rosetta/obj/solarpanelright.obj",
GeometryFile = "obj/solarpanelright.obj",
Magnification = 1,
},
Textures = {