Bulge

Bulge behaves like spherify but you have control over each axis and with a falloff per axis.

Bulge Param Description

Amount

Amount of bulge on each axis.

FallOff

Falloff of the bulge on each axis.

LinkFallOff

Link all falloff values to the x axis value.

Bulge Class

public class Bulge : Modifier
{
    public Vector3  Amount;
    public Vector3  FallOff;
    public bool     LinkFallOff;
}

Bulge Tutorial

You must be logged in to post a comment.