VisionX V4VCIDXVisionX V4
NAME

vcidx − Add color index values to 3D vectors.

SYNOPSIS

vcidx [if=infile] [of=ofile] [-m] [-p] [-gf]

DESCRIPTION

Vcidx Adds color index values to 3D vectors. The colors are computed according to the Z value of the first element of the vector. The index range is matched to the Z-range extracted from bounding box. The minimum Z bound is translated to a color index value of 1 and the maximum Z bound is translated to a color index value of 254. Vcmap can be used to associate a color map with the file.

CONSTRAINTS

Any file with 3D vectors and a 3D bounding box.

OPTIONS

-m

Use the complete method for unpacking, useful for large packed files.

-p

do not pack the result, (the default is to pack)

-gf

Use (generic float) elements to generate the color indices. The range is automatically scaled.

SEE ALSO

vcmap(1)

AUTHOR

A. P. Reeves