DragonFly On-Line Manual Pages
BUGLE-WIREFRAME(7) Bugle user manual BUGLE-WIREFRAME(7)
NAME
bugle-wireframe - force rendering in wireframe mode
SYNOPSIS
filterset wireframe
DESCRIPTION
The wireframe filter-set overrides the polygon mode, setting it to
GL_LINES. This is useful for visualising the triangulation of models.
BUGS
o Run-time activation and deactivation are not fully supported.
o Display lists that alter the polygon mode will cause problems.
o As with any filter-set that modifies OpenGL state, it will break
complex rendering techniques like render-to-vertex-buffer.
o Texturing is generally disabled to make the lines more visible, but
fragment programs will nevertheless continue to apply textures.
AUTHOR
bugle is written and maintained by Bruce Merry.
SEE ALSO
bugle(3), glPolygonMode(3)
BUGLE 0.0.20091026 October 2007 BUGLE-WIREFRAME(7)