To draw an outline of the polygon, we can use a GL_LINE_LOOP primitive: glBegin( GL_LINE_LOOP ); for (i = 0; i < 64; i++) { angle = 6.2832 * i / ...
確定! 回上一頁