Noise / Perlin
Is there a way of getting noise (perlin, simplex, alligator) rather than just totally random values?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Frederik De Ble... on 25 Nov, 2013 09:42 AM
Hi,
Sure – but it requires a custom node. I've included one here that uses the improved Perlin noise implementation in Clojure. The code is based on this GitHub project.
If you want to use this node in your script:
1. Copy the "noise" nod to your file.
2. In your file, go to File > Code Libraries, click the add button, select Clojure and choose the
noise.cljfile.2 Posted by daniel.samson on 26 Nov, 2013 12:02 AM
Thank you so much, this is just what I was looking for.
Frederik De Bleser closed this discussion on 26 Nov, 2013 08:34 AM.