Click or drag to resize

IMeshPainterGetColorAtLocalRay Method

Get the color at the point where the ray intersects the mesh.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
Color GetColorAtLocalRay(
	Ray localRay
)

Parameters

localRay
Type: Demo3D.VisualsRay
The ray in local coordinates.

Return Value

Type: Color
The color at the intersection
See Also