Multiplies or divides input attributes. This utility is divided into three parts—two input attributes, an operator you apply to the two input attributes, and an output attribute to hold the result of the operation. The input and output attributes represent X, Y and Z. Use this node to multiply colors or triple-value attributes.
Find this utility in the Create Bar (see Hide, resize or customize the Create bar).
To use this utility, see Use the Multiply Divide utility.
Sets the output to equal Input 1 raised to the power of Input 2. See the following example:
It evaluates an expression by raising the value to the power of a number you choose or by calculating the square root. Raising a value to the power means multiplying a number by itself a given number of times as in:
The command for calculating the square of a number is:
The formula for computing the square root is:
If you want to multiply the value of a component twice, you would set Input1 to represent the color (possibly mapping it with a texture), and then set all the three components of Input2 to 2.0. Because the inputs are both colors, you can work on the color of a single-component value or on all three-component values.
You can also get the square root of a number by setting Input2 to 0.5 as shown in the following:
Output = power (input1, input2)
which, in math terms, would be written like input1^input2.
See also the Power operator example.