|
楼主 |
发表于 2009-10-17 17:19:33
|
显示全部楼层
想做arra[img][/img]y大哥那样的指南针 图以后绘制出来了 就差数据的绑定了 。。
我已经得到当前摄像机的旋转分量了,但是不知道怎么联系起来
osg::MatrixTransform *transform =new osg::MatrixTransform();
osg::ref_ptr<osg::NodeCallback> nc = new osg::AnimationPathCallback(geode->getBound().center(),osg::Vec3(0.0f,0.0f,1.0f),osg::inDegrees(1.0));
transform->setUpdateCallback(nc.get());
transform->addChild(geode);
这个是我的旋转代码 怎么用摄像机的旋转分量来控制当前的图片旋转 |
-
指南针
|