摘要: 向量AB,沿着n旋转10度 osg::Vec3 left = AB*osg::Matrix::rotate(osg::inDegrees(10), n); osg::Vec3 right = AB*osg::Matrix::rotate(osg::inDegrees(-10), n);//right 阅读全文
posted @ 2019-05-13 13:43 酷熊 阅读(2170) 评论(1) 推荐(1)