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="plane">
<video poster="../poster.jpg" title="3D Video Plane" crossorigin="anonymous" playsinline preload="metadata">
<source src="../media/sbs-video.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="plane"
data-src="../media/sbs-video.mp4"
data-poster="../poster.jpg"
data-title="3D Video Plane"
data-type="video/mp4"
data-crossorigin="anonymous">
<img src="../poster.jpg" alt="3D Video Plane">
<span>Open 3D Video</span>
</button>
</div>
</div>
</main>