标签: opengl graphics opengl-es opengl-es-2.0
我想从宽度变化的一个顶点缓冲区绘制线条。是否可以或仅使用glLineWidth更改宽度?
glLineWidth
答案 0 :(得分:1)
执行此操作的唯一方法是使用几何着色器。见这里
https://forum.libcinder.org/topic/smooth-thick-lines-using-geometry-shader
这些
https://www.opengl.org/discussion_boards/showthread.php/179732-Line-thickness
http://www.opengl.org/discussion_boards/showthread.php/156650-Is-it-possible-to-change-line-width-somehow-besides-glLineWidth()