1
0

added image support

This commit is contained in:
Aiden
2026-06-10 12:48:36 +10:00
parent 24a166046e
commit 030a8b724b
13 changed files with 477 additions and 171 deletions

View File

@@ -21,11 +21,9 @@
<body>
<main>
<h1>VR Web Player</h1>
<p>This is a web-based player for side-by-side stereoscopic video.</p>
<div data-vr-web-player data-projection="vr180">
<video poster="poster.jpg" title="Demo Video" crossorigin="anonymous" playsinline preload="metadata">
<source src="sbs-video.mp4" type="video/mp4">
</video>
<p>This is a web-based player for side-by-side stereoscopic media.</p>
<div data-vr-web-player data-projection="plane">
<img src="media/169_3d_test.png" alt="Demo SBS image" title="Demo SBS Image" crossorigin="anonymous">
</div>
</main>
<script type="module" src="./vr180player/vr180-player.js"></script>