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
SyntaxColor GetColorAtLocalRay(
Ray localRay
)
Parameters
- localRay
- Type: Demo3D.VisualsRay
The ray in local coordinates.
Return Value
Type:
ColorThe color at the intersection
See Also