The Push modifier lets you “push” object vertices outward or inward along the average vertex normals. This produces an “inflation” effect.
Push Param description
Amount
How far to push vertices.
Method
Leave as normals for now, other values are being tested.
MegaPush Class
public class MegaPush : MegaModifier
{
public float amount;
public MegaNormType method;
}
{
public float amount;
public MegaNormType method;
}
You must be logged in to post a comment.