Load a texture badly

This commit is contained in:
2022-10-23 09:10:11 -06:00
parent bc5f24352b
commit 03fc64b7eb
2 changed files with 50 additions and 11 deletions

View File

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