Click or drag to resize

MeshPainterRayDesc Structure

The description of a single paint ray.

Namespace:  Demo3D.Visuals.MeshPainter
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public readonly struct MeshPainterRayDesc

The MeshPainterRayDesc type exposes the following members.

Constructors
  NameDescription
Public methodMeshPainterRayDesc
Initializes a new instance of the MeshPainterRayDesc class
Top
Properties
  NameDescription
Public propertyAngleLimit
The maximum angle difference between the ray and the vertex normal.
Public propertyMaxRayDistance
The maximum distance an intersection can be from the Visual's center.
Public propertyMaxVertexDistance
The maximum distance a vertex can be from the intersection of the ray.
Top
See Also