Closed
Description
I'm using these functions for some texture generation. But I'm struggling to figure out a way to either change the domain for the perlin/worley functions, or change the seed. Looking at the underlying C source, i see there is a seed field in the struct but I'm not sure how I could go about manipulating this through the API.
Any hints/pointers?