Noisemodifier - superclass: modifier; super-superclass:MAXWrapper - classID: #(-107499228, 0)
Constructor
Noisemodifier ...Properties
<Noisemodifier>.seed Integer default: 0 -- animatableA random start point is generated from the number you set.
<Noisemodifier>.scale Float default: 100.0 -- animatableThe size of the noise effect (not strength).
Larger values produce smoother noise, lower values more jagged noise.
<Noisemodifier>.fractal Boolean default: false -- animatableWhen on, produces a fractal effect based on current settings.
<Noisemodifier>.roughness Float default: 0.0 -- animatable, alias: roughThe extent of fractal variation. Lower values are less rough than higher values.
<Noisemodifier>.iterations Float default: 6.0 -- animatableThe number of iterations (or octaves) used by the fractal function.
Fewer iterations use less fractal energy and generate a smoother effect.
An iteration of 1.0 is the same as turning .fractal off.
<Noisemodifier>.strength Point3 default: [0,0,0] -- animatableThe strength of the noise effect along each of three axes.
Enter a value for at least one of these axes to produce a noise effect.
<Noisemodifier>.animate Boolean default: falseEnables/disables animation playback.
<Noisemodifier>.frequency Float default: 0.25The speed of the noise effect.
Higher frequencies make the noise quiver faster.
Lower frequencies produce a smoother and more gentle noise.
<Noisemodifier>.phase Time default: 0f -- animatableShifts the start and end points of the underlying wave.
<Noisemodifier>.center Point3 default: [0,0,0] -- animatableYou can move, rotate, or scale the center sub-object to affect the noise.
You can also animate the sub-object transforms.
<Noisemodifier>.gizmo SubAnimYou can move, rotate, or scale the gizmo sub-object to affect the noise.
You can also animate the sub-object transforms.
<Noisemodifier.gizmo>.position Point3 default: [0,0,0] -- animatableThe position of the gizmo.
<Noisemodifier.gizmo>.rotation Quat default: (quat 0 0 0 1) -- animatableThe rotation of the gizmo.
<Noisemodifier.gizmo>.scale Point3 default: [1,1,1] -- animatableThe scaling of the gizmo.