... glVertex3f(sin(p), cos(p), 0.0f); } glEnd(); } void Cylinder() { glBegin(GL_QUAD_STRIP);//連續填充四邊形串 int i = 0; for (i = 0; ...
確定! 回上一頁