SolidKit3D.Drawing.ShapeRenderer.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.
public static void DrawShapePoints( Shape shape );
Parameters
| shape | The shape which points should be drawn. |
See Also
- ShapeRenderer.DrawShapeWireframe
- ShapeRenderer.DrawShapeNormals
- ShapeRenderer.DrawObjectAxis
- ShapeRenderer.DrawObjectPlane
