0.5.0 • Published 6 months ago

threejs-gyroscope-controls v0.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago
import { GyroscopeControls } from 'threejs-gyroscope-controls';

const orbitControls = new GyroscopeControls(camera, renderer.domElement);
import { requestPermission } from 'threejs-gyroscope-controls';

window.addEventListener('click', () => {
    requestPermission().catch(() => console.error('Permission denied'))
})