Click or drag to resize

IMeshPainterPaintCircleFromWorldRay Method (Ray, MeshPainterCircleMultiRayDesc, Color)

Paint a circle using a series of rays. This will result in more accurate painting but will perform slower.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
void PaintCircleFromWorldRay(
	Ray worldRay,
	MeshPainterCircleMultiRayDesc desc,
	Color color
)

Parameters

worldRay
Type: Demo3D.VisualsRay
The ray at the center of the circle.
desc
Type: Demo3D.Visuals.MeshPainterMeshPainterCircleMultiRayDesc
The description of the multiray.
color
Type: System.DrawingColor
The color to paint.
See Also