Some more changes to the RenderableStars class

This commit is contained in:
Alexander Bock
2014-11-26 16:36:02 +01:00
parent b4f6070642
commit fc1dcfabc8
5 changed files with 55 additions and 65 deletions

View File

@@ -88,13 +88,8 @@ namespace modelgeometry {
} // namespace modelgeometry
namespace renderablestars {
const std::string keyDataSource = "DataSource";
const std::string keyFile = "File";
const std::string keyTexture = "Texture";
namespace datasource {
const std::string keyType = "Type";
const std::string keyFile = "File";
} // namespace datasource
} // namespace renderablestars
namespace renderablevolumegl {