Class LinearInterpolationLineSketchObject
A line sketch object with no smooth interpolation between control point.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
LinearInterpolationLineSketchObject
Inherited Members
Namespace: VRSketchingGeometry.SketchObjectManagement
Assembly: VRSketchingGeometry.dll
Syntax
public class LinearInterpolationLineSketchObject : LineSketchObject, ISelectable, IHighlightable, IBrushable, ISerializableComponent, IGroupable
Remarks
Original author: tterpi
Methods
MakeSplineMesh(Int32, Vector3)
Declaration
protected override SplineMesh MakeSplineMesh(int interpolationSteps, Vector3 lineDiameter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | interpolationSteps | |
| UnityEngine.Vector3 | lineDiameter |
Returns
| Type | Description |
|---|---|
| SplineMesh |