glTranslatef (-0.5, 0.0, 0.0); // 将旋转后的Wirebox向左移动0.5个单位 glRotatef ((GLfloat) shoulder, 0.0, 0.0, glTranslatef (1.0, 0.0, 0.0); //Step 1将WireBox向右移动一个单位 // void auxWireBox(GLdouble width,GLdouble height ,GLdouble depth) auxWireBox(2.0, 0.2, 0.5); //这个WireBox以x=1为中心,width=2从该中心开始向两边各延伸1个单位。