Click or drag to resize

MeshPaintMode Enumeration

The mode used for painting a mesh.

Namespace: Demo3D.Visuals.MeshPainter
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public enum MeshPaintMode
Members
Member nameValueDescription
SingleRay0A single ray which paints the selected color at the intersection with a Visual.
SingleRayCustom1A single ray which triggers custom painting behaviour at the intersection with a Visual.
CircleMultiRay2A circle of rays which paints the selected color at each intersection with a Visual.
CircleMultiRayCustom3A circle of rays which triggers custom painting behaviour at each intersection with a Visual.
See Also