Create namespace globebrowsing.

This commit is contained in:
kalbl
2016-10-18 15:40:27 +02:00
parent 67b952fccd
commit 7f62bd7206
89 changed files with 374 additions and 674 deletions
+4 -4
View File
@@ -29,6 +29,7 @@ namespace {
}
namespace openspace {
namespace globebrowsing {
BasicGrid::BasicGrid(
unsigned int xSegments,
@@ -61,9 +62,7 @@ BasicGrid::BasicGrid(
}
BasicGrid::~BasicGrid()
{
}
{}
int BasicGrid::xSegments() const {
return _xSegments;
@@ -172,4 +171,5 @@ std::vector<glm::vec3> BasicGrid::CreateNormals(int xSegments, int ySegments) {
return normals;
}
}// namespace openspace
} // namespace globebrowsing
} // namespace openspace