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

8
.gitignore vendored
View File

@@ -123,3 +123,11 @@ data/spice/jup260.bsp
data/scene/newhorizons/pluto/plutoprojection/images
data/spice/nh_kernels/
data/scene/jupiter/jupiter/textures/Jupiter-text.png
data/scene/jupiter/callisto/textures/callisto.jpg
data/scene/jupiter/europa/textures/europa.jpg
data/scene/jupiter/ganymede/textures/ganymede.jpg
data/scene/jupiter/io/textures/io.jpg
data/scene/milkyway-eso/textures/eso0932a_blend.png
data/scene/stars-denver/denver_colorbv.cmap
data/scene/stars-denver/speck/stars.speck
data/scene/stars-denver/textures/halo.png

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

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

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 = {