IMeshPainterGetColorAtLocalRay Method |
Get the color at the point where the ray intersects the mesh.
Namespace: Demo3D.Visuals.MeshPainterAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxColor GetColorAtLocalRay(
Ray localRay
)
Parameters
- localRay Ray
- The ray in local coordinates.
Return Value
ColorThe color at the intersection
See Also