Vector.MultiSum Description Name class Tinman.Noise.Vector.MultiSum Derived from Noise.Vector Returns a multi-fractal noise function based on this noise function. Fields / Required noise Type Noise.Vector The source noise function. Fields / Optional octaves Type number Default 8 The number of octaves. amplitude Type number Default 0.5 Factor to apply to amplitude when going to the next octave. The amplitude of the first octave is 1. frequency Type number Default 2 Factor to apply to frequency when going to the next octave. The frequency of the first octave is 1. Input Op