DrawShapeWireframe
From Solid Graphics Wiki
| ||||||||||||
The DrawShapeWireframe function draws a shape's wireframe.
The function uses OpenGL functions for drawing the shape, so the wireframe is drawn into active/current OpenGL rendering context window. The function uses current rendering context's line style, width, color and lighting model to draw the wireframe.
void DrawShapeWireframe
(
const Shape & shape
);
Parameters
| shape | The shape which wireframe should be drawn. |
See Also
