mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 16:29:43 -05:00
Merge branch 'develop' into feature/osirisrex
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user