Random-Position in Iterator Module

Setting objects in iterator modules “freely” or “random” can be a little hard, because you can get “Iterator Variables”, that are only linear scales of the single objects. For example you get variables like 0, 1, 2, 3… or variables between 0..1. Setting your objects with that value you can get easily linear distributions, but nothing by random.
There is a simple quick method to place the objects by random. The module you need it “Perlin Noise”. Set different x and y settings to get a nice random distribution. There are also opportunities with Perlin to make decent animations.
-
publishing8pj liked this
-
bewertungen230vb liked this
-
harriers65gh liked this
-
quartzcomposer posted this