Rename 'Position' to 'Ephemeris' for SceneGraphNodes

This commit is contained in:
Alexander Bock
2014-05-04 15:44:25 +02:00
parent ba0580feae
commit fc291bfed0
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ namespace scenegraphnode {
const std::string nameKey = "Name";
const std::string parentKey = "Parent";
const std::string renderableKey = "Renderable";
const std::string ephemerisKey = "Position";
const std::string ephemerisKey = "Ephemeris";
} // namespace scenegraphnode
} // namespace constants