This is like Spherify but only acts on 2 axis so a mesh will deform towards a cylinder instead of a sphere.
Cylindrify Param Description
Percent
Amount of transform towards a Cylinder
Decay
How quickly the effect fades with distance.
Axisy
Axis to be used for cylinder axis.
Cylindrify Class
public class MegaCylindrify : MegaModifier
{
public float Percent;
public float Decay;
public MegaAxis axis;
}
{
public float Percent;
public float Decay;
public MegaAxis axis;
}
Cylindrify Tutorial
You must be logged in to post a comment.