Added logging to the script engine and the associated properties in openspace.cfg table. Fixed comment for PropertyDocumentation in scene.cpp

This commit is contained in:
Matthew Territo
2016-06-16 17:03:48 +02:00
parent 2eab8aee28
commit 5925bd9c63
6 changed files with 99 additions and 6 deletions
+4
View File
@@ -52,6 +52,10 @@ return {
Type = "text",
File = "${BASE_PATH}/Properties.txt"
},
ScriptLogFile = {
Type = "text",
File = "${BASE_PATH}/ScriptLog.txt"
},
DownloadRequestURL = "http://openspace.itn.liu.se/request.cgi",
RenderingMethod = "Framebuffer"
--RenderingMethod = "ABuffer" -- alternative: "Framebuffer"