cvview is a open inventor cave viewer. it takes as input open inventor
file(s) (binary or ascii), and displays them under a semi-immersive enviroment.
different modes allow the user to manipulate, navigate, and explore
the different scenes as provided by the user.
sequence of data files may be viewed by listing them one by one, or by specifying
them as children of a switch (SoSwitch) node under an inventor file. in
the latter case, the name of the switch may be passed as a parameter.
to run cvview simply call it from any unix shell (CVVIEW_HOME environment
variable must be set beforehand.) to exit simply press the 'escape' key or click
the left wand button under the 'exit' mode.
harware requirements: sgi-irix machine
software requirements: cave libraries, awk (used only on exit through wand)
ALL NEW GRAPHICS CREATED BY SANTIAGO V LOMBEYDA, CACR, CALTECH 1999©
[ usage
| view modes
| examples
| download
| future
| faq
| bugs
| disclaimer
| contact ]
__usage___________________________
usage: cvview -h
cvview -gravity
-switch <switchname>
-switchspeed <0-10>
-blend -add -sortedadd -delayedadd -blend
-delayedblend -sortedblend
-environment <environment.iv>
inputfile.iv [inputfile2.iv ...]
* environment variable CVVIEW_HOME must be set to the right directory prior
to execution
(i.e. setenv CVVIEW_HOME /usr/local/CAVE/cvview)