Home -> VRSmarty plugins page -> coordinates.swf
This plugin is completely free for use in any context or connection.
coordinates.swf
VRSmarty plugin for displaying coordinates of panorama center (+-180 degrees), zoom level and/or a center crosshair.

The following parameters are supported:

coordscoords="1"0 (hidden) or 1 (visible), default=1
tilttilt="1"0 or 1, default=1
zoomzoom="0"0 or 1, default=1
arrowsarrows="1"0 or 1, default=1
buttonsbuttons="0"0 or 1, default=1
crosshaircrosshair="1"0 or 1, default=1
precisionprecision="high"low, medium or high, default=medium
colorscolors="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: