1.4.9.36818
KCM… IN:Color -> OP:Noise -> OUT:Color. Unexpected Input1 arity: 1, expected 3.
But the Noise description says “…based on a Float or Vector Input 1.”
- Chad
1.4.9.36818
KCM… IN:Color -> OP:Noise -> OUT:Color. Unexpected Input1 arity: 1, expected 3.
But the Noise description says “…based on a Float or Vector Input 1.”
The Output of this Noise is a Float, Color needs Vector, thus the error.
Use ToVector after Noise to turn into a grayscale color.
Will add this detail to the description.
We have a 3D Noise on the To Do list for the future, possibly in a point release. For now, it is only 1D.
Ah, ok. I misunderstood the description.