IMeshPainter2PaintFromWorldRay Method (Ray, SingleMeshPainter2RayDesc, Color) |
Paint a point where the world ray intersects the mesh.
Namespace:
Demo3D.Visuals.MeshPainter
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 16.01.07
Syntaxvoid PaintFromWorldRay(
Ray worldRay,
SingleMeshPainter2RayDesc rayDesc,
Color color
)
Parameters
- worldRay
- Type: Demo3D.VisualsRay
The ray in world coordinates. - rayDesc
- Type: SingleMeshPainter2RayDesc
The description of the ray. - color
- Type: System.DrawingColor
The color to paint.
See Also