基于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);
##########################