IMeshPainterPaintFromLocalRays Method |
Paint a point where the local ray intersects the mesh.
Namespace: Demo3D.Visuals.MeshPainterAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid 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