Solving merge conflicts with develop

This commit is contained in:
Anton Arbring
2015-04-18 16:10:05 -04:00
81 changed files with 1413 additions and 530 deletions
+1
View File
@@ -72,6 +72,7 @@ namespace scenegraph {
namespace scenegraphnode {
const std::string keyName = "Name";
const std::string keyParentName = "Parent";
const std::string keyDependencies = "Dependencies";
const std::string keyRenderable = "Renderable";
const std::string keyEphemeris = "Ephemeris";
} // namespace scenegraphnode