opengl - Drawing lines with GLSL -


Is it possible to draw a line with GLSL using GL_TRIANGLES?

Why am I asking that I am trying to draw a line with adobes molehill and it only pulls the triangle?

Cheers

If you set rendering on the edge, in the same situation Make a triangle with points 1 and 3. It's not efficient, but it works.

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -