Click or drag to resize

IMeshPainterPaintVertex Method

Paint a vertex.

Namespace: Demo3D.Visuals.MeshPainter
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void PaintVertex(
	int id,
	Color color
)

Parameters

id  Int32
The index of the vertex
color  Color
The color to paint the vertex
See Also