Questions tagged [noise]

49 questions
4
votes
3 answers

How to layer the Worley noise like this?

Recently I'm trying to implement Siggraph15_Schneider_Real-Time_Volumetric_Cloudscapes_of_Horizon_Zero_Dawn, you can also find this in GPU Pro 7, (part II Lighting, chapter 4, Real-Time Volumetric Cloudscape). I can make the first Worley noise…
FengBruce
  • 41
  • 1
  • 3
4
votes
0 answers

How to create a seamless 5D noise function?

I would like to create a seamless 3D Texture, I have read that it's doable with a 5D noise function but I can't find any implementation and the math is over my head here. How can I create a 5D noise function to create a seamless 3D texture?