Cylindrify

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

[cc lang=”c#”]public class MegaCylindrify : MegaModifier
{
public float Percent;
public float Decay;
public MegaAxis axis;
}[/cc]

Cylindrify Tutorial

You must be logged in to post a comment.