Kameleon plane

This commit is contained in:
Sebastian Piwell
2016-04-25 10:34:43 -04:00
parent 999b9706c0
commit f13367e717
13 changed files with 291 additions and 147 deletions

View File

@@ -53,6 +53,7 @@ Renderable* Renderable::createFromDictionary(const ghoul::Dictionary& dictionary
std::string renderableType;
success = dictionary.getValue(KeyType, renderableType);
std::cout << renderableType << std::endl;
if (!success) {
LERROR("Renderable '" << name << "' did not have key '" << KeyType << "'");
return nullptr;