wireframe property

bool wireframe
getter/setter pair

If set to true then the program will chose gl.LINES instead of gl.TRIANGES.

Implementation

bool wireframe = false;