|
Release 4.0 |
 |
Description - <parametername>.randomizeMax
Name: <parametername>.randomizeMax
Type: Real
Description:
This parameter based attribute lets you specify the maximum value in case the parameter is randomized.
Randomizing parameters is a special feature of fractal type "Attractor": It has a unique "search" feature which allows randomizing parameters.
This property (together with randomizeMin) allows a formula author to specify the range in which the
parameter will be randomized.
Although the parameter type is real, it applies to each component of a multicomponent number (i.e. complex, vector, quaternion, etc.).
This means, the min and max values apply to all three components of e.g. a vector.
Example:
aspect.randomizeMax=0;
|