Added reasonable size to the default single.xml

Added path tokens for spice kernels
This commit is contained in:
Alexander Bock
2015-02-17 22:14:52 +01:00
parent 2e1f806056
commit 91195db6a0
3 changed files with 8 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
<!-- <Res x="1920" y="1080" /> -->
<!-- 16:9 aspect ratio -->
<Size x="1920" y="1080" />
<Size x="1280" y="720" />
<!-- <Size x="960" y="540" /> -->
<!-- <Size x="640" y="360" /> -->
<!--<Size x="640" y="310" />-->

View File

@@ -8,7 +8,9 @@ return {
TESTDIR = "${BASE_PATH}/src/tests",
CONFIG = "${BASE_PATH}/config",
CACHE = "${BASE_PATH}/cache",
FONTS = "${OPENSPACE_DATA}/fonts"
FONTS = "${OPENSPACE_DATA}/fonts",
PLUTO_KERNELS = "${OPENSPACE_DATA}/spice/Pluto",
JP_KERNELS = "${OPENSPACE_DATA}/spice/JP_KERNELS"
},
SpiceKernel = {
Time = "${OPENSPACE_DATA}/spice/naif0010.tls",
@@ -33,8 +35,9 @@ return {
Type = "text",
File = "${BASE_PATH}/LuaScripting.txt"
},
SGCTConfig = "${SGCT}/single_fisheye.xml",
SGCTConfig = "${SGCT}/single.xml",
-- SGCTConfig = "${SGCT}/single_fisheye.xml",
--SGCTConfig = "${SGCT}/two_nodes.xml",
--SGCTConfig = "${SGCT}/single_sbs_stereo.xml",
Scene = "${OPENSPACE_DATA}/scene/default.scene",
Scene = "${OPENSPACE_DATA}/scene/default_michal.scene",
}