Click or drag to resize

IMeshPainterPaintAtWorldPosition Method

Paint a point at the meshes world position.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void PaintAtWorldPosition(
	Vector3 worldPos,
	Vector3 worldNormal,
	float radius,
	Color color
)

Parameters

worldPos
Type: Microsoft.DirectXVector3
The world position to paint.
worldNormal
Type: Microsoft.DirectXVector3
The normal at the world position.
radius
Type: SystemSingle
The radius to paint.
color
Type: System.DrawingColor
The color to paint.
See Also