uFactor
Factor used as an Amplitude factor when squaring, taking the log of or taking the square root of the color values and as a Frequency factor when taking the sine or cosine of the color values. The value of uFactor is divided internally by different amounts, according to the type of the function being used. These amounts are as follows:
If uMType is set to: |
then the uFactor will be divided by: |
MF_SQR |
10000 internally |
MF_LOG |
10 internally |
MF_SQRT |
10 internally |
MF_SIN |
100 internally |
MF_COS |
100 internally |