Radial Skew skews objects radially instead of along a single axis.
Radial Skew Param description
Angle
Angle of the Skew.
Axis
Major axis of the skew.
Effective Axis
Effective axis of the skew.
BiAxial
This is similar to what Taper produces when both its primary and effect axes are set to single axes, but here, the points are moved depending on which side of the center axis they lie along the effect axis. And, again, the adjustment is described with an angular measurement, not a percentage.
RadialSkew Class
public class MegaRadialSkew : MegaModifier
{
public float angle;
public MegaAxis axis;
public MegaAxis eaxis;
public bool biaxial;
}
{
public float angle;
public MegaAxis axis;
public MegaAxis eaxis;
public bool biaxial;
}
You must be logged in to post a comment.