Enable subdirectories by specifying an intermediate directory in the scene file

This commit is contained in:
Alexander Bock
2016-04-15 10:27:41 -04:00
parent 588bc74a88
commit 04af38f546
4 changed files with 80 additions and 35 deletions
+2 -11
View File
@@ -16,22 +16,13 @@ return {
"saturn",
"uranus",
"neptune",
"newhorizons/pluto/plutoprojectionhybrid",
"newhorizons/pluto/charonprojection",
"newhorizons/pluto/kerberos",
"newhorizons/pluto/nix",
"newhorizons/pluto/styx",
"newhorizons/pluto/hydra",
"newhorizons/pluto",
"newhorizons/jupiter",
"stars",
-- "stars-denver",
"milkyway",
-- "milkyway-eso",
"imageplane",
"newhorizons/jupiter/jupiterprojection",
"newhorizons/jupiter/ioprojection",
"newhorizons/jupiter/europaprojection",
"newhorizons/jupiter/ganymedeprojection",
"newhorizons/jupiter/callistoprojection",
"newhorizons/newhorizons",
"newhorizons/newhorizonsfov",
}
@@ -39,7 +39,7 @@ return {
},
Projection = {
--Sequence = "F:/JupiterFullSequence",
Sequence = "${OPENSPACE_DATA}/scene/jupiterprojection/ProjectionsOfInterest",
Sequence = "${OPENSPACE_DATA}/scene/newhorizons/jupiter/jupiterprojection/ProjectionsOfInterest",
SequenceType = "image-sequence",
Observer = "NEW HORIZONS",
Target = "JUPITER",
@@ -50,8 +50,8 @@ return {
MieColor = {1.0, 1.0, 1.0}
},
Projection = {
Sequence = "${OPENSPACE_DATA}/scene/plutoprojectionhybrid/images",
EventFile = "${OPENSPACE_DATA}/scene/plutoprojectionhybrid/assets/core_v9h_obs_getmets_v8_time_fix_nofrcd_mld.txt",
Sequence = "${OPENSPACE_DATA}/scene/newhorizons/pluto/plutoprojectionhybrid/images",
EventFile = "${OPENSPACE_DATA}/scene/newhorizons/pluto/plutoprojectionhybrid/assets/core_v9h_obs_getmets_v8_time_fix_nofrcd_mld.txt",
SequenceType = "hybrid",
Observer = "NEW HORIZONS",
Target = "PLUTO",