mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
40 lines
1.2 KiB
INI
40 lines
1.2 KiB
INI
return {
|
|
Paths = {
|
|
SGCT = "${BASE_PATH}/config/sgct",
|
|
SCRIPTS = "${BASE_PATH}/scripts",
|
|
SHADERS = "${BASE_PATH}/shaders",
|
|
SHADERS_GENERATED = "${SHADERS}/generated",
|
|
OPENSPACE_DATA = "${BASE_PATH}/openspace-data",
|
|
TESTDIR = "${BASE_PATH}/src/tests",
|
|
CONFIG = "${BASE_PATH}/config",
|
|
CACHE = "${BASE_PATH}/cache",
|
|
FONTS = "${OPENSPACE_DATA}/fonts"
|
|
},
|
|
SpiceKernel = {
|
|
Time = "${OPENSPACE_DATA}/spice/naif0010.tls",
|
|
LeapSecond = "${OPENSPACE_DATA}/spice/pck00010.tpc",
|
|
NewHorizons = "${OPENSPACE_DATA}/spice/nhmeta.tm"
|
|
},
|
|
Fonts = {
|
|
Mono = "${FONTS}/Droid_Sans_Mono/DroidSansMono.ttf",
|
|
Light = "${FONTS}/Roboto/Roboto-Regular.ttf"
|
|
},
|
|
StartupScripts = {
|
|
"${SCRIPTS}/default_startup.lua"
|
|
},
|
|
Logging = {
|
|
LogLevel = "Debug",
|
|
ImmediateFlush = true,
|
|
Logs = {
|
|
{ Type = "HTML", FileName = "${BASE_PATH}/log.html", Append = false }
|
|
}
|
|
},
|
|
LuaDocumentationFile = {
|
|
Type = "text",
|
|
File = "${BASE_PATH}/LuaScripting.txt"
|
|
},
|
|
SGCTConfig = "${SGCT}/single.xml",
|
|
--SGCTConfig = "${SGCT}/two_nodes.xml",
|
|
--SGCTConfig = "${SGCT}/single_sbs_stereo.xml",
|
|
Scene = "${OPENSPACE_DATA}/scene/default.scene",
|
|
} |