GL_TRIANGLE FAN Explanation

后端 未结 2 720
有刺的猬
有刺的猬 2020-12-15 23:39

I am trying to \"fill\" a surface of a sphere that I drew using this algorithm here: http://paulbourke.net/miscellaneous/sphere_cylinder/, the first method. I know that

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 00:15

    You probably need a triangle strip instead of a fan.

    See also this question: gl_triangle_strip vs gl_triangle_fan

提交回复
热议问题