查看: 1014|回复: 1

关于KeySwitchMatrixManipulator问题

[复制链接]

该用户从未签到

发表于 2013-4-1 20:03:22 | 显示全部楼层 |阅读模式
本帖最后由 1162810317 于 2013-4-2 15:48 编辑

未命名.jpg
想用KeySwitchMatrixManipulator切换漫游器,但不知道为什么没用,1,当我启动路径漫游后按“l” 键没反应。2,以前一直有用的手动漫游器加入到KeySwitchMatrixManipulator后鼠标事件正常,但键盘的前后左右漫游出错!。请大神指教!
osg::ref_ptr <TravelManipulator> travel = new TravelManipulator() ;

        // Create a Manipulator Switcher
        keyswitchManipulator = new osgGA::KeySwitchMatrixManipulator;

        // Add our trackball manipulator to the switcher
        keyswitchManipulator->addMatrixManipulator( 'l', "TravelManipulator", travel.get ());

        // Init the switcher to the first manipulator (in this case the only manipulator)
        keyswitchManipulator->selectMatrixManipulator(0);  // Zero based index Value
,,,,,,,,,,,

mViewer->setCameraManipulator(keyswit chManipulator.get());
本来要上传错误截图的,但因为内部服务器一直错误,无法上传图片,只能先这样了。
谢谢!

该用户从未签到

发表于 2013-4-2 08:02:12 | 显示全部楼层
有什么问题?代码没看出问题
您需要登录后才可以回帖 登录 | 注册

本版积分规则

OSG中国官方论坛-有您OSG在中国才更好

网站简介:osgChina是国内首个三维相关技术开源社区,旨在为国内更多的技术开发人员提供最前沿的技术资讯,为更多的三维从业者提供一个学习、交流的技术平台。

联系我们

  • 工作时间:09:00--18:00
  • 反馈邮箱:1315785073@qq.com
快速回复 返回顶部 返回列表