Address MacOS compile issues, make ISS model scene graph node visible

This commit is contained in:
Alexander Bock
2021-05-25 17:50:31 +02:00
parent c3ba532bdb
commit 6cf6e450fb
21 changed files with 17 additions and 40 deletions
@@ -49,13 +49,9 @@
namespace {
constexpr const char* _loggerCat = "RenderableTimeVaryingVolume";
} // namespace
namespace {
const char* KeyStepSize = "StepSize";
const char* KeyGridType = "GridType";
const char* KeyTransferFunction = "TransferFunction";
const float SecondsInOneDay = 60 * 60 * 24;
constexpr const float VolumeMaxOpacity = 500;