This commit is contained in:
“chrisshank” 2024-12-20 14:21:54 -08:00
parent 9fd7cbac7b
commit c8b6f04ef4
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ rotation: from.x"
const ropes = Array.from(document.querySelectorAll('folk-event-propagator'));
function onDeviceOrientation(e) {
console.log(event.alpha, event.beta, event.gamma)
window.alpha.textContent = event.alpha;
window.beta.textContent = event.beta;
window.gamma.textContent = event.gamma;