# mix
Mix between the shape of two objects by a percentage
float mix(float obj1, float obj2, float amount);
# Example
← shell simpleLighting →
Mix between the shape of two objects by a percentage
float mix(float obj1, float obj2, float amount);
← shell simpleLighting →