glVertex3f (-0.2,0.2,0.0); glEnd(); glColor4f(1.0,0.0,0.0,1.0); // set the point color glPointSize(10); glBegin(GL_POINTS);
確定! 回上一頁