Draw a sphere instead of a cylinder

This commit is contained in:
2022-10-23 18:51:27 -06:00
parent f4468349b7
commit 0175d964b3
2 changed files with 11 additions and 15 deletions

View File

@ -11,7 +11,7 @@
</head>
<body>
<h1>Panorama Viewer</h1>
<canvas id="viewer" width="800" height="400" style="border: 1px solid black;"></canvas>
<canvas id="viewer" width="800" height="800" style="border: 1px solid black;"></canvas>
<img id="image" height="400" width="800" src="Provo_River_Falls_360.JPG">
</body>
</html>