|
这是我要自动漫游的一条路径,但是现在我不知道该怎么样退出?
void Czjtosg001View::OnPath2()
{
// TODO: 在此添加命令处理程序代码
osg::ref_ptr<osgGA::AnimationPathManipulator>apm = new osgGA::AnimationPathManipulator("saved_animation2.path");
mOSG->getViewer()->setCameraManipulator(apm.get());
//apm->getHomePosition(osg::Vec3(59900.0f, 53976.0f,5.0f));
} |
|