dansirming

Results 3 issues of dansirming

today, I have found a new problem! when I imported some steps into mayo ,but it is not in the center of view, it is situated in the left top...

the code as follow: ``` void CameraManipulator::computeHomePosition(const osg::Camera *camera, bool useBoundingBox) { .......... if (camera->getProjectionMatrixAsFrustum(left,right,bottom,top,zNear,zFar)) { **double vertical2 = fabs(right - left) / zNear / 2.; double horizontal2 = fabs(top...

Today, I was debugging osgGA::AnimationPathManipulator on my laptop, in AnimationPathManipulator::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& us),when I Press the p key, the ea.getKey() return 229;but on Desktop computer,when I Press the p key,...