Website Header Slim

Derive Node Reference

Power Node

Description

The Math node performs an exponentiation operation, whereas the two inputs serve as base and exponent:

 

Output = Base ^ Exp

Sample Tree

Properties

Property Name Property Type Description
Base
Float
Uniform float to be used as the base for the exponentiation operation (only available if the Base-input is not connected).
Exp
Float
Uniform float to be used as exponent for the exponentiation operation (only available if the Exp-input is not connected).

Inputs

Input Name Allowed Data Types Description
Base
Float, RGBA
Input that takes the texture containing the base values for the exponentiation operation.
Exp
Float, RGBA
Input that takes the texture containing the exponent values for the exponentiation operation.

Outputs

Output Name Data Type Description
Result
Float if all inputs are of type float, otherwise RGBA.
Outputs Base to the power of Exp. This operation is performed for each channel of the inputs.

Login