mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user