index.html
html · 76 lines · part of Panorama Viewer · raw
<html>
<head>
<title>test</title>
<style>
p,body,td
{
font-family: verdana;
font-size: 11px;
}
</style>
</head>
<body link=#00CCFF alink=#FFFF00 vlink=#CC00FF topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0 bgcolor=#000000 text=#FFFFFF>
<table cellspacing=0 cellpadding=0 border=0 width=100% height=100%>
<tr>
<td width=100% height=95% valign=middle align=center>
<table cellspacing="16" cellpadding="0" border="0" width="650"><tr><td colspan="3" style="border-bottom:1px solid #FFFFFF;">
<table width="100%" cellspacing="0" cllpadding="0" border="0"><tr>
<td><h3>Panorama Viewer</h3></td>
<td align="right" valign="top">
</td>
</tr></table>
</td></tr><tr><td colspan="3">
Zero-Now Panorama viewer gives a full 360x360 degree panorama using the Cube method:
six images (one for front, back, left, right, top and bottom) are placed on the inside
of a cube and the viewpoint is placed at the center of this cube. This viewer is written in Java.
<br><br>
Please be patient while the 6 images load.<br><br>
</td></tr><tr><td>
<applet code="House" width="320" height="240"></applet>
</td><td> </td><td>
<table cellspacing="0" border="0" cellpadding="2"><tr>
<td></td>
<td><img src="top.jpg" width="64" height="64"></td>
<td></td>
<td></td>
</tr><tr>
<td><img src="left.jpg" width="64" height="64"></td>
<td><img src="front.jpg" width="64" height="64"></td>
<td><img src="right.jpg" width="64" height="64"></td>
<td><img src="back.jpg" width="64" height="64"></td>
</tr><tr>
<td></td>
<td><img src="bottom.jpg" width="64" height="64"></td>
<td></td>
<td></td>
</tr></table>
</td></tr>
<tr>
<td>
^ Click and drag to look around
</td><td> </td><td>
^ Images used to construct panorama
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>