From Jannik Heller, typo fixes
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14832 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -101,7 +101,7 @@ void CameraManipulator::computeHomePosition(const osg::Camera *camera, bool useB
|
||||
if (camera)
|
||||
{
|
||||
|
||||
// try to compute dist from frustrum
|
||||
// try to compute dist from frustum
|
||||
double left,right,bottom,top,zNear,zFar;
|
||||
if (camera->getProjectionMatrixAsFrustum(left,right,bottom,top,zNear,zFar))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user