Skip to content

Commit 1e3429a

Browse files
committedNov 11, 2013
[globe] Set a more appropriate home viewpoint
1 parent 183a4b8 commit 1e3429a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/globe/globe_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ void GlobePlugin::run()
328328

329329
// Set a home viewpoint
330330
manip->setHomeViewpoint(
331-
osgEarth::Util::Viewpoint( osg::Vec3d( -90, 0, 0 ), 0.0, -90.0, 4e7 ),
331+
osgEarth::Util::Viewpoint( osg::Vec3d( -90, 0, 0 ), 0.0, -90.0, 2e7 ),
332332
1.0 );
333333

334334
setupControls();

0 commit comments

Comments
 (0)
Please sign in to comment.