Stipple help

Hi,

I’m still new to OpenGL so kindly bear with me. How do you do dotted or dashed lines? The desktop has the ability to do line stipples, but it seems this is not supported here. Is there another way to get the desired effect?

Any help or insight is greatly appreciated.

Nick

I assume the question is regarding OpenGL ES.

Textured triangles. Many implementations reduce lines to triangles anyway.

If you are using this to render maps: Draw the map using OpenVG to a texture, then apply the texture to your terrain model. Gives you high quality fonts, lines, area fills and everything else you need to make it look pretty.

  • HM

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.