CloudsVortexComp

In the S_CloudsComp Plugin.

Generates a procedural noise texture twisting into a vortex, then combines the texture with the background clip.

Inputs:

Back:  The clip to combine the texture image with. This may be ignored if the Combine option is set to Texture Only, but the output clip will default to the same length as this clip.
        

Parameters:

Frequency:   Default: 2,  Range: 0.01 or greater.
The spatial frequency of the texture. Increase to zoom out, decrease to zoom in.

Frequency Rel X:   Default: 1,  Range: 0.01 or greater.
The relative horizontal frequency of the texture. Increase to stretch it vertically or decrease to stretch it horizontally.

Octaves:   Integer,  Default: 6,  Range: 1 to 10.
The number of summed layers of noise. Each octave is twice the frequency and half the amplitude of the previous. A single octave gives a smooth texture. Adding octaves makes the result approach a fractal (1/f) noise texture.

Seed:   Default: 0.234,  Range: 0 or greater.
Used to initialize the random number generator. The actual seed value is not significant, but different seeds give different results and the same value should give a repeatable result.

Center:   X & Y,   Default: [0 0],  Range: any.
The center of the vortex, in screen coordinates relative to the center of the frame. This parameter can be adjusted using the Center Widget.

Vortex Start:   Default: 72,  Range: any.
The amount of vortex rotation, in approximate counter-clockwise degrees at the edge of the frame.

Vortex Speed:   Default: 30,  Range: any.
The speed of the vortex rotation, in approximate degrees per second at the edge of the frame. If non-zero, the vortexing is automatically animated at this rate.

Inner Radius:   Default: 0.04,  Range: 0 or greater.
The radius from the center at which the vortexing is phased in. This can be used to reduce excessive distortion and aliasing at the very center of the vortex.

Angle Offset:   Default: 0,  Range: any.
If non-zero, a rotation is combined with the vortex. Make negative to rotate the inner and outer regions in opposite directions.

Z Dist:   Default: 1,  Range: any.
Scales the 'distance' of the image. Values greater than 1.0 move it farther away and make it smaller. Values less then 1.0 move the image closer and enlarge it.

Latitude:   Default: 30,  Range: any.
Positive latitude tilts the image down and negative tilts it up. Keep latitude in the range of around -35 to 35 degrees to avoid aliasing towards the horizon.

Brightness1:   Default: 1,  Range: 0 or greater,  Shared.
Scales the brightness of Color1. Increase for more contrast.

Color1:   Default rgb: [1 1 1],  Shared.
The color of the 'brighter' parts of the texture. The colors of the result are determined by an interpolation between Color0 and Color1.

Color0:   Default rgb: [0 0 0],  Shared.
The color of the 'darker' parts of the texture.

Offset0:   Default: 0,  Range: any,  Shared.
Adds this value to color0. Decrease to a negative value for more contrast.

Combine:   Popup menu,  Default: Screen.
Determines how the texture is combined with the Background.
Clouds Only:  gives only the clouds texture with no Background.
Mult:  the texture is multiplied by the Background.
Add:  the texture is added to the Background.
Screen:  the texture is blended with the Background using a screen operation.
Difference:  the result is the difference between the texture and Background.
Overlay:  the texture is combined with the Background using an overlay function.

Scale Back:   Default: 1,  Range: any,  Shared.
The background brightness is scaled by this value before being combined with the texture.

See general info for: Res, On Fields, Redraw, Undo, Load Defaults, Crop, Add Noise, and Use Gamma.


See Also:

CloudsComp
CloudsPerspectiveComp
CloudsMultColorComp
CloudsColorSmoothComp
CloudsPsykoComp
CloudsVortex
WarpVortex
Sapphire Plug-ins Introduction


© 2010, GenArts, Inc. All rights reserved.