This is README file for A3D Pano Viewer Pro.
A3D Pano Viewer Pro home page: "http://www.anything3d.com/product/webutils//java_soft.php3?obj=j-panop" 
Copyright 2000 Anything 3D (http://www.anything3d.com).

1. Installation.

Unzip apvp.zip file into any appropriate directory on your hard drive.
This will create some files:
 do - tutorial (contains index.html start file).
 apvp.zip 	-	applet itself (don't unzip these arcives).
 readme.txt - readme file.
 licence.txt - license text.

 (for detail info, please read documentation "doc/index.html")


2. How to use applet
    You can see the default parameters in the file index.html . 	(information about parameters 
  see below). 	Copy the applet (apv.zip) in your web folder where it will be and set paths 
  in your html file (you can take a in a file index.html).
    "codebase=<path to the folder with the applet>";
    <param name="file" value=< path to image file together with a file name > >;

    Also put there the registration code you got my mail, generated on domain name, received 
  from you.	
    <param name="regkey" value=<your registration code> >;
  Applet will work on your domain and locally.

3. Description of parameters
	1. Basic parameters

    "file"
    path to pano image.

    <param name="file" value="01.jpg"> 


    "wait"
    path to splash picture loading. It is in the archive apv1.zip, it can be changed on 
    your logo.

    <param name="wait" value="loading.gif"> 


    "pano"
		Representation of a panorama in various proections. For today Spherical and Cylinder 
    are supported.

    <param name="pano" value="Sphere">
    <param name="pano" value="Cylinder"> 


    "auto"
    Rotation speed of a panorama in an automatic mode.

    <param name="auto" value="10"> 


  2. Advanced parameters

    Panorama's vertical inclination (in degrees):
    "tilt" - initial representation angle.
    "tiltmin"	-	minimal inclination angle.
    "tiltmax"	-	maximal inclination angle. 

    <param name="tilt" value="0">
    <param name="tiltmin" value="-90">
    <param name="tiltmax" value="90"> 


    Panorama's horizontal inclination (in degrees):
    "pan" - initial rotation angle.
    "panmin"	-	minimal rotation angle.
    "panmax"	-	maximal rotation angle.

    <param name="pan" value="-90">
    <param name="panmin" value="-180">
    <param name="panmax" value="180"> 


  3. Specific
    "panotilt"
    Camera inclination angle while photographing a panorama.

    <param name="panotilt" value="0"> 
