Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
AKKEY / AKIO ITAYA visionOS 26 ͚ͷΣϒαΠτΛ࡞Ζ͏ʂ Recap of WWDC25 Mercari Spatial Web
Slide 2
Slide 2 text
جૅฤ
Slide 3
Slide 3 text
Slide 4
Slide 4 text
Apple λάͷ༷Λ ඪ४ԽஂମʢW3CʣʹఏҊத
Slide 5
Slide 5 text
https://immersive-web.github.io/model-element/
Slide 6
Slide 6 text
ඇରԠϒϥβͰ දࣔ͢Δը૾
Slide 7
Slide 7 text
ࠨӈͷճస͕ ՄೳʹͳΔ ·ͣλοϓδΣενϟʔΛՃͯ͠ɺ ΠϕϯτΛݕͨ͠Β֯Λܭࢉͯ͠… ͱ͍࣮͕ͬͨෆཁʂ
Slide 8
Slide 8 text
const model = document.getElementById('3d-model'); function turnRight() { const matrix = model.entityTransform; const newMatrix = matrix.rotateAxisAngle(0, 1, 0, 90); model.entityTransform = newMatrix; } ศརͳ໘ɺҰఆͷ੍͕͋Δ
Slide 9
Slide 9 text
ΞχϝʔγϣϯʹରԠ
Slide 10
Slide 10 text
Website EnvironmentsʢBETAʣ
Slide 11
Slide 11 text
Ԡ༻ฤ
Slide 12
Slide 12 text
const model = document.getElementById('3d-model'); if (window.HTMLModelElement) { model.ready.then(() => { // ಡΈࠐΈྃ }).catch(() => { // ಡΈࠐΈࣦഊ }); } else { // ඇରԠϒϥβ } αϙʔτͷ༗ແΛ֬ೝ
Slide 13
Slide 13 text
const model = document.getElementById('3d-model'); if (window.HTMLModelElement) { model.ready.then(() => { // ಡΈࠐΈྃ }).catch(() => { // ಡΈࠐΈࣦഊ }); } else { // ඇରԠϒϥβ } ಡΈࠐΈεςʔλε औಘՄೳ
Slide 14
Slide 14 text
Loading 3D model...
const model = document.getElementById('3d-model'); const loading = document.getElementById('loading'); if (window.HTMLModelElement) { model.ready.then(() => { loading.style.display = 'none'; }).catch(() => { loading.innerText = "Failed to load model."; }); } else { loading.style.display = 'none'; }
Slide 15
Slide 15 text
࣮ԋ
Slide 16
Slide 16 text
github.com/AkkeyLab/spatial-web Skydancer
Slide 17
Slide 17 text
WWDC25 What’s new for the spatial web https://developer.apple.com/videos/play/wwdc2025/237
Slide 18
Slide 18 text
Thank you !!