[globe] Set a more appropriate home viewpoint

This commit is contained in:
Matthias Kuhn 2013-11-10 14:36:01 +01:00
parent 183a4b8199
commit 1e3429ab71

View File

@ -328,7 +328,7 @@ void GlobePlugin::run()
// Set a home viewpoint
manip->setHomeViewpoint(
osgEarth::Util::Viewpoint( osg::Vec3d( -90, 0, 0 ), 0.0, -90.0, 4e7 ),
osgEarth::Util::Viewpoint( osg::Vec3d( -90, 0, 0 ), 0.0, -90.0, 2e7 ),
1.0 );
setupControls();