Rendering of clip maps is now more convenient.

This commit is contained in:
Kalle Bladin
2016-04-19 19:38:47 -04:00
parent 6ff6ff1ace
commit 5531446f5d
8 changed files with 133 additions and 35 deletions
@@ -94,7 +94,7 @@ namespace openspace {
ClipMapPatchRenderer(shared_ptr<Geometry> geometry);
void renderPatch(
const LatLonPatch& patch,
const LatLon& patchSize,
const RenderData& data,
double radius);
};