MD Package Technical & APi Documentation
Introduction
Bases
MD_MeshBase
MD_ModifierBase
MD_GeometryBase
CoreTools
MD_MeshProEditor
MD_MeshColliderRefresher
MD_MeshEditorRuntimeAxisGizmo
MD_MeshEditorRuntimePullPushGrab
MD_MeshEditorRuntimeVR
Preferences
MD_Preferences
Modifiers
MDM_AngularBend
MDM_Bend
MDM_FFD
MDM_InteractiveSurface
MDM_MeshCut
MDM_MeshDamage
MDM_MeshDamageGPU
MDM_MeshEffector
MDM_MeshFit
MDM_MeshNoise
MDM_MeshSlime
MDM_Morpher
MDM_SculptingLite
MDM_SoundReact
MDM_Twist
Splines
MDM_SplineHandler
MDM_SplineBinder
MDM_SplineInstanceDistributor
MDM_SplineShapePresets
Geometry
MDG_Cone
MDG_Cube
MDG_HexagonGrid
MDG_Octahedron
MDG_ProceduralExtendedPlane
MDG_ProceduralPlane
MDG_Sphere
MDG_Torus
MDG_Triangle
MDG_Tube
MeshPainting
MDG_MeshPaintingRuntime
MDG_MeshPaintingSource
SplineGeometry
MDG_SplineLineRenderer
MDG_SplinePathEditor
MDG_SplineTunnelEditor
Utilities
MDUtil_PackageSpecifics
MDUtil_Perlin
MDUtil_Transformations
MeshUtils
MDM_SplineShapePresets
Namespace: MDPackage.Modifiers.Splines
A useful preset tool to automate the shape of splines.
Read more here (Online documentation slide)
Public Methods
// Generate a spiral shape for the assigned spline
public
void
GenerateSpiral(
float
height,
float
sizeX,
float
sizeZ,
float
angleAccumulation)
// Generate a custom shape for the assigned spline by using AnimationCurves
public
void
GenerateCustom(
AnimationCurve
pathX,
float
pathXMultiplier,
AnimationCurve
pathY,
float
pathYMultiplier,
AnimationCurve
pathZ,
float
pathZMultiplier)