num_octaves method

num_octaves

Sets the number of octaves for the turbulence function.

Returns

The current builder instance.

def num_octaves(self, num_octaves):
    ...
ParameterTypeDescription
num_octavesintThe number of octaves.

See Also