Search code examples
3dopengl-eswireframewebgl

Is there a substitute for glPolygonMode in Open GL ES/WebGL?


I would like to create a game in wireframe mode however without the glPolygoneMode command I don't know how I would do it. Is it something I could code myself with what is available? I'm completely new to opengl. If anyone has done this and has the code snippet I would love to see it. Any help is appreciated.


Solution

  • Conceivably you could render the entire scene using GL_LINES