Cleaned up code in latlonpatch.

This commit is contained in:
kbladin
2016-04-08 12:33:51 -04:00
parent b0cd9fb7d7
commit cb9cce717c
6 changed files with 175 additions and 248 deletions
@@ -50,7 +50,7 @@ namespace {
namespace openspace {
ClipMapGlobe::ClipMapGlobe(const ghoul::Dictionary& dictionary)
: _patch(20, 20, 0, 0, M_PI / 4, M_PI / 4)
: _patch(20, 20, 0, 0, M_PI / 4, M_PI / 4, 6.3e6)
, _rotation("rotation", "Rotation", 0, 0, 360)
{
std::string name;