OpenGL semicircular rotation and quarter circle

前端 未结 0 1057
孤街浪徒
孤街浪徒 2020-12-31 02:16

The following code will create a new semicircular using openGL:

    glPointSize(2);
    glBegin(GL_POINTS);
    for (float i = p; i <= (2 * p); i += 0.001)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题