views:

34

answers:

1

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.

+1  A: 

Conceivably you could render the entire scene using GL_LINES

bobobobo