mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 19:50:03 -06:00
Fix mod files for new directory structure
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -6,6 +6,7 @@ return {
|
||||
Renderable = {
|
||||
Type = "RenderablePlanet",
|
||||
Frame = "IAU_GANYMEDE", -- should exist.
|
||||
Body = "JUPITER BARYCENTER",
|
||||
Geometry = {
|
||||
Type = "SimpleSphere",
|
||||
Radius = { 2.631, 6},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user