A simple test for PatchCoverageProvider

This commit is contained in:
Kalle Bladin
2016-05-02 12:29:18 -04:00
parent facbd1a3b5
commit 32dc765c45
10 changed files with 255 additions and 3 deletions
@@ -56,7 +56,7 @@ namespace openspace {
// PATCH RENDERER //
//////////////////////////////////////////////////////////////////////////////////////
PatchRenderer::PatchRenderer()
: _tileSet(Geodetic2(M_PI, M_PI * 2), Geodetic2(M_PI / 2, -M_PI), 1)
: _tileSet(Geodetic2(M_PI * 2, M_PI * 2), Geodetic2(M_PI, -M_PI), 1)
{
}