C++学习(三二零)osg漫游器Manipulator自带的鼠标拖拽事件Drag响应

Posted hankern

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(三二零)osg漫游器Manipulator自带的鼠标拖拽事件Drag响应相关的知识,希望对你有一定的参考价值。

_viewer->setCameraManipulator( new osgGA::TrackballManipulator() );

以上是关于C++学习(三二零)osg漫游器Manipulator自带的鼠标拖拽事件Drag响应的主要内容,如果未能解决你的问题,请参考以下文章

C++学习(三二三)osg的事件访问器EventVisitor

C++学习(三一四)osg漫游器Manipulator例子

C++学习(三二八)osg::State中_useVertexAttributeAliasing的作用

C++学习(三二九)osg::Geometry绘制到窗口的过程

C++学习(三一五)osg漫游奇Manipulator自带事件Event响应

C++学习(三二六)osgGA::PointerData的作用