基于BIM IFC osg的塔吊吊装对位模拟系统

基于BIM IFC osg的塔吊吊装对位模拟系统

osg::Matrix cameraMatrix =
        osg::Matrix::translate(-centerVec3d)
        *osg::Matrix::scale(1.0f, 1.0f, sz_value)
        *osg::Matrix::translate(osg::Vec3(hook_position_x, hook_position_y, hook_position_z))
        ;
    cameraMatrixTransform->setMatrix(cameraMatrix);

 

基于BIM IFC osg的塔吊吊装对位模拟系统

 

 

 

##########################

上一篇:osg绘制胶囊体


下一篇:第36.3节 动画-路径动画生成要点