The following parameters are supported:
| coords | coords="1" | 0 (hidden) or 1 (visible), default=1 |
| tilt | tilt="1" | 0 or 1, default=1 |
| zoom | zoom="0" | 0 or 1, default=1 |
| arrows | arrows="1" | 0 or 1, default=1 |
| buttons | buttons="0" | 0 or 1, default=1 |
| crosshair | crosshair="1" | 0 or 1, default=1 |
| precision | precision="high" | low, medium or high, default=medium |
| colors | colors="3" | color scheme (1-3), default=1 |
NOTES:
All parameters except "colors" can be changed at any time from VRSmarty. And for the pan, tilt, zoom,
arrows, buttons and crosshair parameters, any other value than 0 or 1 will toggle the previous state.
Example:
spot_id.content.crosshair='T'
The arrows and buttons are helpful for "
micro-adjusting" to get the desired pan, tilt and zoom
values.
The
precision when panning, tilting and zooming can be set to
low,
medium or
high. And this setting
can also be changed by
double-clicking the value fields. The number of decimals shows
the precision used (zero, 1 or 2 decimals).
The zoom field shows
field-of-view (fov) which can have a value between 10 and 160.
VRSmarty xml file example:
<!-- coords -->
<spot id="coordinates" url="../plugins/coordinates.swf" type="static" staticAlign="TL" align="TL" staticX="10" staticY="80"
mouseChildren="true" buttonMode="false"
/>
<coordinates coords="1" tilt="1" zoom="1" arrows="1" buttons="1" crosshair="1" precision="medium" colors="1" />
Version history: