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,9 +20,20 @@
<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" data-carousel>
<img src="../media/VR180_SBS_Test.png" alt="Demo VR180 SBS image one" title="VR180 3D Image 1" crossorigin="anonymous">
<img src="../media/VR180_SBS_Test.png?slide=2" alt="Demo VR180 SBS image two" title="VR180 3D Image 2" crossorigin="anonymous">
<div class="demo-player-frame demo-gallery-grid">
<button
type="button"
class="demo-gallery-tile"
data-vr-web-launcher
data-carousel
data-media-type="image"
data-projection="vr180"
data-src="../media/VR180_SBS_Test.png, ../media/VR180_SBS_Test.png?slide=2"
data-title="VR180 3D Image"
data-crossorigin="anonymous">
<img src="../media/VR180_SBS_Test.png" alt="VR180 3D Image carousel">
<span>Open VR180 Image Carousel</span>
</button>
</div>
</div>
</main>