DrawShapePoints
From Solid Graphics Wiki
| ||||||||||||
The DrawShapePoints function draws shape's points (vertices).
The function uses OpenGL functions for drawing the shape points, so the points are drawn into active/current OpenGL rendering context window. The function uses current rendering context's point size, color and lighting model to draw the points.
void DrawShapePoints
(
const Shape & shape
);
Parameters
| shape | The shape which points should be drawn. |
See Also
