Octaves support? #56
-
Is there a good way of using octaves with this library to smooth it out a bit? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hey Justin, I assume that with octaves you mean something like FBM. You can look at the synthwave demo I did for an example of that. I hope that helps. :) |
Beta Was this translation helpful? Give feedback.
-
Yup, this is what i was looking for! Thx |
Beta Was this translation helpful? Give feedback.
-
I'm using jwagner's simplex-noise for this explanation of octaves: https://www.redblobgames.com/maps/terrain-from-noise/#octaves |
Beta Was this translation helpful? Give feedback.
-
@jwagner do you have a discord server or other forms of interaction that works better for you? |
Beta Was this translation helpful? Give feedback.
Hey Justin, I assume that with octaves you mean something like FBM.
You can look at the synthwave demo I did for an example of that.
https://github.com/jwagner/simplex-noise-demo-synthwave/blob/13a5d96bada482b44a323c3b1ea6087102cb0ee2/fbm2d.ts
https://github.com/jwagner/simplex-noise-demo-synthwave/blob/13a5d96bada482b44a323c3b1ea6087102cb0ee2/renderer.ts#L8
I hope that helps. :)