码迷,mamicode.com
首页 > 其他好文 > 详细

机械波模拟2.0

时间:2019-09-30 16:24:32      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:nod   add   creat   ddc   alt   style   src   mic   enum   

机械臂模拟

void MobileCrane::updateHopeLength(int center_x, int center_y, int center_z, int armNodeNum, int ropePitchNum, int baseNum)
{
    int numChild = groupRope1->getNumChildren();
    groupRope1->removeChildren(0, numChild);

    for (int k = 0; k<ropePitchNum; k++)
    {
        osg::ref_ptr<osg::Geode> rope1 = CreateCylinder(center_x, armNodeNum, k*(-1), 0.1f);
        groupRope1->addChild(rope1.get());
        hookNode1 = rope1;
    }
}

技术图片

技术图片

技术图片

 

机械波模拟2.0

标签:nod   add   creat   ddc   alt   style   src   mic   enum   

原文地址:https://www.cnblogs.com/herd/p/11613131.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!