Click or drag to resize

IMeshPainterPaintFromLocalRays Method

Paint a point where the local ray intersects the mesh.

Namespace: Demo3D.Visuals.MeshPainter
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void PaintFromLocalRays(
	Ray[] localRays,
	MeshPainterRayDesc rayDesc,
	Action<VertexHitDesc> onIntersectAction
)

Parameters

localRays  Ray
The rays in local coordinates.
rayDesc  MeshPainterRayDesc
The description of the ray.
onIntersectAction  ActionVertexHitDesc
The call back when a vertex is intersected.
See Also