Jump to content

When creating clutter


photo

Recommended Posts

Posted

Clutter does not change the variables ( node references slider , Step , Density , Seed ... )

Create the position of the object is always the same?

Posted

Clutter does not change the variables ( node references slider , Step , Density , Seed ... )

Create the position of the object is always the same?

 

Procedural clutter object placement within clutter cells is based on some pseudo-random algorithm. The algorithme ensures same /reproduceable object placement within each cell based on user-specified density, random seed and cell size/step parameters. These are input variables.

Posted

Ulf is absolutely right :)

 

You add a number of objects to WorldClutter, tell it how dense you want to position them - and WorldClutter randomly positions and orients objects for you.

For Step, Density, Seed parameters please see the detailed description of WorldClutter.

×
×
  • Create New...