MeshPaintMode Enumeration |
The mode used for painting a mesh.
Namespace: Demo3D.Visuals.MeshPainterAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic enum MeshPaintMode
Members| Member name | Value | Description |
|---|
| SingleRay | 0 | A single ray which paints the selected color at the intersection with a Visual. |
| SingleRayCustom | 1 | A single ray which triggers custom painting behaviour at the intersection with a Visual. |
| CircleMultiRay | 2 | A circle of rays which paints the selected color at each intersection with a Visual. |
| CircleMultiRayCustom | 3 | A circle of rays which triggers custom painting behaviour at each intersection with a Visual. |
See Also