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: 19.00.00
Syntax
C#
Color GetColorAtLocalRay(
	Ray localRay
)

Parameters

localRay  Ray
The ray in local coordinates.

Return Value

Color
The color at the intersection
See Also