Merge branch 'develop' into feature/osirisrex

This commit is contained in:
Kalle Bladin
2016-08-19 12:33:49 -04:00
26 changed files with 568 additions and 62 deletions
@@ -65,6 +65,12 @@ RenderableDebugPlane::RenderableDebugPlane(const ghoul::Dictionary& dictionary)
dictionary.getValue("Name", _nodeName);
}
if (dictionary.hasKey("Texture")) {
int t;
dictionary.getValue("Texture", t);
_texture = t;
}
std::string origin;
if (dictionary.getValue("Origin", origin)) {
if (origin == "LowerLeft") {