Sharing everything I could understand about gradient noise
1–10 of 11 posts
Re: Sharing everything I could understand about gradient noise
#2Re: Sharing everything I could understand about gradient noise
#3Re: Sharing everything I could understand about gradient noise
#4Re: Sharing everything I could understand about gradient noise
#5Re: Sharing everything I could understand about gradient noise
#6Re: Sharing everything I could understand about gradient noise
#7One thing I've been meaning to look into - how to adapt 3D perlin noise to produce gaussian noise - given a specified (scalar) mean and standard deviation.
Re: Sharing everything I could understand about gradient noise
#8[dead]
Thanks!
> Have any of you ever gotten lost tweaking fade functions to get that perfect wave-like look?
You cannot use anything for the fade function, because you likely want the derivative (and potentially the second derivative) to be 0. See https://gist.github.com/KdotJPG/417d62708c76d53972f006cb906f... for making different ones. I personally never tried anything else than the hermite and the quintic.
Re: Sharing everything I could understand about gradient noise
#9Re: Sharing everything I could understand about gradient noise
#10The illustrations were cool. They could've been just prerecorded animations, but I really appreciate making them endless. Quite mesmerizing and motivates reading.
I don't know if you tried before, but compressing noise is particularly hard, so 16 videos would have been quite too much of bandwidth. The total size of the shaders is something around 70kB (not minimized) for endless lossless videos, and since I had to write them anyway if I were doing records of them, it was really a no-brainer to embed them to be honest.