for (s = 0; s < tri.num_strips; s++) { glBegin(GL_TRIANGLE_STRIP); for (v = 0; v < tri.strip[s].num_vertices; v++) glVertex2d(tri.strip[s].vertex[v].x, ...
確定! 回上一頁