| How
to load your own configuration settings:
The default configuration file is 'StereoCameras.iv' and in most cases
you may
not need to change it.
You can directly edit this file. Typically you would adjust the Left and
Right window geometry, DisplayMode, BindCenter and FrameRate.
Here is a description of the different options you have:
| ViewCamera |
Perspective camera parameters |
| CameraSeparation |
Separation between the two cameras |
| LeftWindowGeometry |
Specify where the left window should be drawn |
| RightWindowGeometry |
Specify where the right window should be drawn |
| DisplayMode |
LEFT, RIGHT or BOTH
Specify LEFT or RIGHT for single window displays.
Specify BOTH for the AGAVE/Geowall. |
| BindCenter |
Specify how the data sets are centered |
| |
ORIGIN:Each object is fixed
to the center of the screen
MASS :The whole group of objects
have a common center
hint - If you load a flipbook
and the models seem to have different centers use 'ORIGIN' If
the models seem to wobble around the center specify 'MASS'. |
| FrameRate |
Specify how fast you want to interact with the data This
node will be used only for interaction with
the mouse
FAST :A bounding box will be
substituted for the
data when you rotate, zoom or pan
NORMAL: You will see the data
while it is being
manipulated. This is recommended.
|
| TextDisplay |
Specify whether you want to display the text on the screen.
ON : default value
OFF: turn off the text |
|
If you create your own configuration file called say 'MyConfig.iv', you
can run the viewer as:
immersaview modelname MyConfig.iv
The script RUN_QUAKES loads 'Quakes.iv' using the configuration file
'QuakeConfig.iv'. QuakeConfig.iv draws two 512 x 512 windows placed next
to each other. The different models are all tied to the center of the
display screen since each of them had a different center when they were
created.
|