Click or drag to resize

IMeshPainterPaintFromLocalRay Method

Paint a point where the local ray intersects the mesh.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void PaintFromLocalRay(
	Ray localRay,
	MeshPainterRayDesc rayDesc,
	Color color
)

Parameters

localRay
Type: Demo3D.VisualsRay
The ray in local coordinates.
rayDesc
Type: MeshPainterRayDesc
The description of the ray.
color
Type: System.DrawingColor
The color to paint.
See Also