mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 02:49:03 -06:00
Added reasonable size to the default single.xml
Added path tokens for spice kernels
This commit is contained in:
@@ -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" />-->
|
||||
|
||||
Submodule openspace-data updated: a398fe8527...20780bb41e
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user