Page 1 of 1
Wire 7.10.0: Perlin Noise instancing ignored (all channels same value)
Posted: Fri Apr 08, 2022 10:55
by webel
Wire 7.10.0: Perlin Noise gives same value on all channels no matter how many instances specified.
Compare with Random (works fine).
Re: Wire 7.10.0: Perlin Noise instancing ignored (all channels same value)
Posted: Fri Apr 08, 2022 12:59
by Zoltán
Yes, perlin noise is an algorithm:
https://en.wikipedia.org/wiki/Perlin_no ... ame%20size.
Try instancing the phase offset with different values.
Re: Wire 7.10.0: Perlin Noise instancing ignored (all channels same value)
Posted: Fri Apr 08, 2022 13:52
by webel
> Try instancing the phase offset with different values.
Thx, 2-instance Random driving phase gives 2 unique Perlin Noise values.