mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Reset cfg for ${LOGS} after merge
This commit is contained in:
+7
-5
@@ -10,7 +10,7 @@ return {
|
||||
SGCTConfig = sgct.config.single{},
|
||||
|
||||
-- A regular 1920x1080 window
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080},
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080},
|
||||
|
||||
-- A 1k fisheye rendering
|
||||
-- SGCTConfig = sgct.config.fisheye{1024, 1024},
|
||||
@@ -19,7 +19,7 @@ return {
|
||||
-- SGCTConfig = sgct.config.fisheye{1024, 1024, res={4096, 4096}, quality="2k", tilt=27},
|
||||
|
||||
-- Streaming OpenSpace via Spout to OBS
|
||||
-- SGCTConfig = sgct.config.single{2560, 1440, shared=true, name="WV_OBS_SPOUT1"},
|
||||
-- SGCTConfig = sgct.config.single{2560, 1440, shared=true, name="WV_OBS_SPOUT1"},
|
||||
|
||||
|
||||
--SGCTConfig = "${CONFIG}/openvr_oculusRiftCv1.xml",
|
||||
@@ -48,7 +48,8 @@ return {
|
||||
CONFIG = "${BASE_PATH}/config",
|
||||
CACHE = "${BASE_PATH}/cache",
|
||||
FONTS = "${OPENSPACE_DATA}/fonts",
|
||||
DOCUMENTATION = "${BASE_PATH}/documentation"
|
||||
DOCUMENTATION = "${BASE_PATH}/documentation,
|
||||
LOGS = "${BASE_PATH}/logs"
|
||||
},
|
||||
Fonts = {
|
||||
Mono = "${FONTS}/Droid_Sans_Mono/DroidSansMono.ttf",
|
||||
@@ -56,11 +57,12 @@ return {
|
||||
Console = "${FONTS}/Inconsolata/Inconsolata-Regular.ttf"
|
||||
},
|
||||
Logging = {
|
||||
LogDir = "${LOGS}",
|
||||
-- LogLevel = "Trace",
|
||||
LogLevel = "Debug",
|
||||
ImmediateFlush = true,
|
||||
Logs = {
|
||||
{ Type = "html", File = "${BASE_PATH}/log.html", Append = false }
|
||||
{ Type = "html", File = "${LOGS}/log.html", Append = false }
|
||||
},
|
||||
CapabilitiesVerbosity = "Full"
|
||||
},
|
||||
@@ -69,7 +71,7 @@ return {
|
||||
},
|
||||
LuaDocumentation = "${DOCUMENTATION}/LuaScripting.html",
|
||||
PropertyDocumentation = "${DOCUMENTATION}/Properties.html",
|
||||
ScriptLog = "${BASE_PATH}/ScriptLog.txt",
|
||||
ScriptLog = "${LOGS}/ScriptLog.txt",
|
||||
KeyboardShortcuts = "${DOCUMENTATION}/KeyboardMapping.html",
|
||||
Documentation = "${DOCUMENTATION}/Documentation.html",
|
||||
FactoryDocumentation = "${DOCUMENTATION}/FactoryDocumentation.html",
|
||||
|
||||
Reference in New Issue
Block a user