Merge remote-tracking branch 'origin/master' into feature/loadingscreen-refactor

# Conflicts:
#	modules/volume/rendering/renderabletimevaryingvolume.cpp
This commit is contained in:
Alexander Bock
2017-11-12 10:50:11 -05:00
187 changed files with 10004 additions and 4565 deletions

View File

@@ -58,7 +58,8 @@ public:
Overlay = 8
};
static std::unique_ptr<Renderable> createFromDictionary(const ghoul::Dictionary& dictionary);
static std::unique_ptr<Renderable> createFromDictionary(
const ghoul::Dictionary& dictionary);
// constructors & destructor
Renderable(const ghoul::Dictionary& dictionary);
@@ -91,7 +92,8 @@ public:
void onEnabledChange(std::function<void(bool)> callback);
static void setPscUniforms(ghoul::opengl::ProgramObject& program, const Camera& camera, const PowerScaledCoordinate& position);
static void setPscUniforms(ghoul::opengl::ProgramObject& program,
const Camera& camera, const PowerScaledCoordinate& position);
static documentation::Documentation Documentation();