mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -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:
@@ -67,8 +67,7 @@ namespace {
|
||||
constexpr const char* sequenceTypeHybrid = "hybrid";
|
||||
constexpr const char* sequenceTypeInstrumentTimes = "instrument-times";
|
||||
|
||||
const char* placeholderFile =
|
||||
"${OPENSPACE_DATA}/placeholder.png";
|
||||
const char* placeholderFile = "${DATA}/placeholder.png";
|
||||
|
||||
constexpr const char* _loggerCat = "ProjectionComponent";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user