TYPE: COP
TITLE: Bump COP

Builds a bump map from a color plane by accentuating the edges. It can either
convert the scoped planes into bump planes, or generate a new bump plane from
a single plane.

Middle click on the dialog '?' for more help on plane and frame scope.

Parameters
Bump
    Bump              - Determines what to generate the bump map from.
    Scale             - Scales the bumps after generation.
    Simple Bump Map   - If on, only 5 pixels are used to determine the
			bump map, otherwise all 8 neighbors plus the
			current pixel is used.
    Generate Bump Map - If on, instead of converting planes to bump maps,
			a source plane is used and the output bump map is
			added to the plane list.
    Source Plane      - The plane to use as the bump source.
    Bump Name         - The name of the new bump plane.

Plane Scope, Frame Scope
    Overview	      - See extra help (Middle click on the dialog '?' help).

Local Variables:
    L   - Sequence length
    S   - Start of sequence
    E   - End of sequence
    IL  - Input sequence length
    SR  - Sequence frame rate
    NP  - Number of planes in sequence
    W,H - Width and height of image
    I   - Image index (0 at start frame)
    IT  - Image time (0 at start frame)
    AI  - Current plane array index
    PI  - Current plane index
    PC  - Num of channels in current plane

See Also: Depth of Feel (dof), Fog, Lighting (light)
