无法打开包括文件:“osgGA/MatrixManipulator”:No such file or directory
解决方法:
新版本中已经改名为CameraManipulator
将MatrixManipulator改成CameraManipulator即可
将你源码中所有以MatrixManipulator为父类的改为CameraManipulator为父类。
无法打开包括文件:“osgGA/MatrixManipulator”:No such file or directory
解决方法:
新版本中已经改名为CameraManipulator
将MatrixManipulator改成CameraManipulator即可
将你源码中所有以MatrixManipulator为父类的改为CameraManipulator为父类。