Renaming path tokens

- ${BASE_PATH} -> ${BASE}
  - ${OPENSPACE_DATA} -> ${DATA}
  - Make use of new token ${WEB}
Enable Phobos and Deimos on default
Remove unused cdflist file
This commit is contained in:
Alexander Bock
2017-12-26 20:49:17 +01:00
parent 339c45a7f6
commit 59916bc0c1
28 changed files with 74 additions and 142 deletions
@@ -211,7 +211,7 @@ void RenderableFieldlinesSequence::initialize() {
}
// Set a default color table, just in case the (optional) user defined paths are corrupt/not provided!
_colorTablePaths.push_back("${OPENSPACE_DATA}/scene/fieldlinessequence/colortables/kroyw.txt");
_colorTablePaths.push_back("${DATA}/scene/fieldlinessequence/colortables/kroyw.txt");
_transferFunction = std::make_shared<TransferFunction>(absPath(_colorTablePaths[0]));
// EXTRACT OPTIONAL INFORMATION FROM DICTIONARY