What good is PanaView?
-
Create a "virtual tour" of your city, park or yard.
-
Create a "3D walkthrough" of your house or rental propery.
-
360 degree displays of your school, library or museum.
-
Make a 360 degree "link" page for your homepage - PanaView supports "HotSpot" URLs that hold descriptions and (optionally) links to other pages!
Advantages of PanaView
-
Created entirely in Java - NO plugins and NO installation required for most major browsers
-
Reads standard .jpg and .gif files - use your choice of image "stitching" software to create the panaoramic images.
-
FAST - executes EXTREMELY QUICKLY on JIT-enabled browsers
-
SMALL - Applet is only 5k (two .class files)
How to get it
For Personal Use - you may use PanaView for free provided the following conditions are met:
-
You MUST email me at the above address and provide me with a URL to which I can create a link on my example page.
-
You MUST put a link back to the PanaView Home Page http://www.xenolinguistics.com/java/pana
-
That's not too hard, eh?
Installation
Download PanaView:
http://www.xenolinguistics.com/panaview10.zip
Usage instructions:
Place the two .class files (PanaView.class and HotSpot2.class) in the
SAME DIRECTORY as your web page.
Include in your page the following code (CASE IS IMPORTANT):
<APPLET
code=Pana.class
name=Pana
width=400
height=240>
<PARAM name="imagefile" value="myimage.jpg">
<PARAM name="hotspots" value="">
<PARAM name="Copyright" value="copyright (C) 1997 J. Childs - unauthorized use strictly prohibited. RMA1552">
</APPLET>
Where:
myimage.jpg is the name of the imagefile to load.
OR (to use the active hotspots):
<APPLET
code=Pana.class
name=Pana
width=400
height=240><PARAM name="imagefile" value="myimage.jpg">
<PARAM name="hotspots" value="X1,Y1,X2,Y2,Descriptioin,URL|X1,Y1,X2,Y2,Description,URL">
<PARAM name="Copyright" value="copyright (C) 1997 J. Childs - unauthorized use strictly prohibited. RMA1552">
</APPLET>
Where :
X1,Y1 are the upper-left coordinate of the bounding area for the hotspot
X2,Y2 are the lower-rigth coordinate of the bounding area fro the hotspot
Description is the description you wish to appear in the bottom of the
applet when the mouse passes over the hotspot
URL is either a . (for no action) or a fully-qualified URL to which you
want the hotspot linked to.