IMeshPainterPaintVertex Method |
Paint a vertex.
Namespace: Demo3D.Visuals.MeshPainterAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid PaintVertex(
int id,
Color color
)
Parameters
- id Int32
- The index of the vertex
- color Color
- The color to paint the vertex
See Also