Perlin transformation

Hi!
how can i use perlin node to get x,y,z positions for distribution of objects in 3d space? it has only one pin on the output and i cant figure out how to use that data.
i have try a lot of combinations im lost here…

thnx!

Hi!
how can i use perlin node to get x,y,z positions for distribution of objects in 3d space? it has only one pin on the output and i cant figure out how to use that data.
i have try a lot of combinations im lost here…

thnx!

btw.
here is the example of what ill like to do, maye it will help:

Node “Perlin (3d)” and hit F1

i saw that help file, its only scaling quads.
i need perlin distribution on x,y and z.

maybe with 3 perlin nodes, with different random seeds?

i’d say a single perlin node, with 3 sets of coordinates - each offset by a large amount (~1000) to the next/previous. appears practically the same as three different seeds (to me at least ;)

Use the Simplex for a 4 dimentional perlin field (3d perlin that change in time)

http://vvvv.org/tiki-view_forum_thread.php?comments_parentId=19114&forumId=22&highlight=simplex

Hi!
it works well with two perlin nodes for x&y and linear spread for z axis.
for 2d distribution i use linearSpread connected on perlin. on width pin on linearSpread i put the same value as on spreadCound, it looks nice. perlin for x&y have different values on randomSeed pin.
thnx!