Change TwmsTileProvider to TileProvider

This commit is contained in:
Erik Broberg
2016-04-28 17:54:51 -04:00
parent 0613d6df4f
commit eb40b8945b
11 changed files with 57 additions and 56 deletions
@@ -86,13 +86,13 @@ namespace openspace {
const GeodeticPatch& patch,
const RenderData& data,
const Ellipsoid& ellipsoid,
const TileIndex& ti);
const GeodeticTileIndex& ti);
private:
TwmsTileProvider tileProvider;
TileProvider tileProvider;
shared_ptr<Grid> _grid;
};
@@ -105,8 +105,8 @@ namespace openspace {
void renderPatch(
const Geodetic2& patchSize,
const RenderData& data,
const Ellipsoid& ellipsoid);
private:
const Ellipsoid& ellipsoid);
private:
shared_ptr<ClipMapGrid> _grid;
};