C++学习(三二四)osg标准漫游器StandardManipulator的_ga_t1 _ga_t0

Posted hankern

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(三二四)osg标准漫游器StandardManipulator的_ga_t1 _ga_t0相关的知识,希望对你有一定的参考价值。

_ga_t0表示最近的一个鼠标点击(按下/弹起)事件,ga_t1表示第二近的鼠标点击(按下/弹起)事件。

osgGA/StandardManipulator
osg::ref_ptr< const osgGA::GUIEventAdapter > _ga_t1;
osg::ref_ptr< const osgGA::GUIEventAdapter > _ga_t0;

以上是关于C++学习(三二四)osg标准漫游器StandardManipulator的_ga_t1 _ga_t0的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

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

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

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