... 10.0, 0.0}; // z coordinates to draw the z axis GLdouble z1[3] = {0.0, 0.0, 10.0}; GLdouble z2[3] = {0.0, 0.0, 10.0}; glBegin(GL_LINES); glColor3f(1.0, ...
確定! 回上一頁