# smoothAdd

Add two objects to the sculpture and smoothly blend the shape of them together by an amount

float smoothAdd(float obj1, float obj2, float amount);

# Example