osg旋转
osg::Matrix matrix_xy_2 = osg::Matrix::translate(-axisPos_xy_2) * osg::Matrix::rotate(quat_xy_2) * osg::Matrix::translate(axisPos_xy_2);
#####################
原文:https://www.cnblogs.com/herd/p/15223494.html