Print view · Power · 1 pageChoose "Save as PDF" as the destination in the print dialog.
Back to the docs

Mesh Morpher documentation

Power

1 page · exported 2026-09-06 · https://meshmorpher.com/docs/studio-and-graph/voxel/math/power

Studio and Graph › Voxel › Math

Power

A raised to the power B, using the absolute value of A so a negative base cannot produce something undefined.

Power node

The Power node

When to use it

A raised to the power B, using the absolute value of A so a negative base cannot produce something undefined.

That guard matters more than it sounds, because a density field is negative half the time. Raise a signed field to a power and the sign quietly disappears, taking the inside of your shape with it. Shape masks with this. Leave signed fields alone.

On a 0 to 1 mask, exponents above 1 push it toward 0 and sharpen the edge. Below 1 pushes toward 1 and softens it.

Pins

Pin Type Description
A Number The first number.
B Number The second number.
Pin Type Description
Result Number The answer.