Click or drag to resize

IMeshPainterPaintFromWorldRay Method (Ray, MeshPainterRayDesc, Color)

Paint a point where the world ray intersects the mesh.

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

Parameters

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