1
0

Updated
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
Aiden
2026-06-11 09:12:17 +10:00
parent 1d4b3ce307
commit b674df1555
21 changed files with 1176 additions and 202 deletions

View File

@@ -20,10 +20,21 @@
<p class="demo-xr-status" data-demo-xr-status>Checking immersive WebXR support...</p>
<div class="demo-player-frame" data-vr-web-player data-projection="vr180">
<video poster="../poster.jpg" title="VR180 3D Video" crossorigin="anonymous" playsinline preload="metadata">
<source src="../media/VR180_SBS_TEST.mp4" type="video/mp4">
</video>
<div class="demo-player-frame demo-gallery-grid">
<button
type="button"
class="demo-gallery-tile"
data-vr-web-launcher
data-media-type="video"
data-projection="vr180"
data-src="../media/VR180_SBS_TEST.mp4"
data-poster="../poster.jpg"
data-title="VR180 3D Video"
data-type="video/mp4"
data-crossorigin="anonymous">
<img src="../poster.jpg" alt="VR180 3D Video">
<span>Open VR180 Video</span>
</button>
</div>
</div>
</main>