🎲
🎮
🔇
Seed

Controls

🖱️ Drag: Rotate camera

⚙️ Wheel: Zoom in/out

📱 Mobile: Drag to rotate, pinch to zoom

🎯 Click: Focus primitive

Experimental Audio

🎵 Sound reactive to deformations

// Mantener visible mientras el mouse esté sobre el indicador indicator.addEventListener('mouseenter', () => { clearTimeout(hideTimeouts[areaId]); }); indicator.addEventListener('mouseleave', () => { hideTimeouts[areaId] = setTimeout(() => { anime({ targets: indicator, opacity: 0, duration: 300, easing: 'easeOutQuad', complete: function() { indicator.style.pointerEvents = 'none'; } }); }, 1000); }); }); });