aframe-look-controls-touch-y
v1.0.0
Published
A-Frame look-controls extension for touch devices
Downloads
2
Readme
Introduce
The extension for touch device of A-Frame look-controls
.
Support [email protected]
# npm
$ npm install aframe-look-controls-touch-y
# yarn
$ yarn add aframe-look-controls-touch-y
# pnpm
$ pnpm install aframe-look-controls-touch-y
or
<script src="https://cdn.jsdelivr.net/npm/aframe-look-controls-touch-y@latest/index.js"></script>
Usage
import 'aframe';
import 'aframe-look-controls-touch-y';
or
<script src="https://aframe.io/releases/1.3.0/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aframe-look-controls-touch-y@latest/index.js"></script>