机械波模拟2.0
Posted herd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了机械波模拟2.0相关的知识,希望对你有一定的参考价值。
机械臂模拟
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的主要内容,如果未能解决你的问题,请参考以下文章