Move rendering function calls from Chunk and ChunkNode to ChunkedLodGlobe

This commit is contained in:
Erik Broberg
2016-06-21 21:09:19 -04:00
parent 658e2d51a8
commit 911cf7a77d
6 changed files with 41 additions and 115 deletions
-6
View File
@@ -172,10 +172,4 @@ namespace openspace {
}
void Chunk::render(const RenderData& data) const {
_owner->getPatchRenderer().renderChunk(*this, data);
}
} // namespace openspace