hey, ive been playing around with the gears demo a bit. i was wondering how i can render in wireframe… i tried adding:
gl.glPolygonMode(GL.GL_LINES, GL.GL_FRONT_AND_BACK);
to the end of the GearRenderer.init() method, but it doesnt change anything. I appreciate any comments, thanks.