Simplexnoise

I have a question
Is it possible to extract the volume of specific shapes with the simplexnoise plugin in grasshopper?
For example, did you create an image of a person using simplexnoise?

I couldn’t find this plug-in on Food4Rhino or the package manager. You might want to consider contacting the author about your question.
-wim

Hello
I use SimplexNoise (4D noise 4D Noise | Food4Rhino) plugin and also implement some of them in my plugin Nautilus. I will implement also FastNoiseLite (that contains some more noises).

I don’t really understand your question. You can extract Volume using iso surface (Millipede), or extract meshes/curves using Mesh IsoSplitting (Nautilus).

like image based map

For sure this is possible. You input the point in Simplex Noise then you get a value between -1 and 1 as output. You can treat it like an Image Brightness (remap the value to [0, 1])

The difficulties with noise is the scale. Scale is a Frequency so the size of pattern is 1/Scale or 1/frequency.

1 Like

Thank you for your answer
But according to the image you provided, this image will not be a clear image
Can you give another example?

Hello
if you want more elements, just add some element here


noise ribbon.gh (13.1 KB)

1 Like