Hi,
I can see how to render wireframe primitives in open gl. By using glPolygonMode, however this call seems to be missing from Open GL ES.
Does anyone know how to render primitives in wireframe on Open GL ES?
Thanks Rich
|
|
Hi, I can see how to render wireframe primitives in open gl. By using glPolygonMode, however this call seems to be missing from Open GL ES. Does anyone know how to render primitives in wireframe on Open GL ES? Thanks Rich
|
||
|
|
|
|
I'm not entirely certain, my exposure to OpenGL ES is just enough to it dangerous for me to play with, but my impression of how it works is:
Turns on drawing full textures. Rather than doing that, if you use
and use the color array instead of the texture array, then it will simply draw lines instead of fill textures. I think. |
||||
|