Newer
Older
escapegame-2022 / Yoshimiya / web360.html
@Yoshimiya Momoka Yoshimiya Momoka on 24 May 2022 559 bytes Update web360.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>360度画像の表示</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="escapeAR.css">
<script src="aframe-v1.3.0.min.js"></script>

</head>

<body>
<h1>Webで360度画像</h1>
<p>VRボタンを押すと↓の画像が360度ビューになるよ!</p>
<img src="shiba-park.jpg" alt=360度画像>

<div id="scene">
<a-scene embedded>
<a-sky src="shiba-park.jpg" rotation="0 0 0" color="#ffffff"></a-sky>
</a-scene>
</div>

<hr>
<address>c121217@e.koeki-u.ac.jp</address>

</body>
</html>