Skip to content

Commit

Permalink
[globe] Set a more appropriate home viewpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 11, 2013
1 parent 183a4b8 commit 1e3429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/globe/globe_plugin.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 1e3429a

Please sign in to comment.