其他分享
首页 > 其他分享> > 基于BIM IFC osg的塔吊吊装对位模拟系统

基于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,1.0,Matrix,hook,模拟系统,IFC,position,osg
来源: https://www.cnblogs.com/herd/p/15360130.html