aframe-reverse-look-controls-component
v3.0.1
Published
Fork of A-Frame v0.3.0 look controls component with reversed mouse drag.
Downloads
6
Readme
aframe-reverse-look-controls
Usage
Browser Installation
Install and use by directly including the browser files:
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-reverse-look-controls.min.js"></script>
</head>
<body>
<a-scene>
<a-entity camera reverse-look-controls></a-entity>
</a-scene>
</body>
NPM Installation
Install via NPM:
npm install aframe-reverse-look-controls
Then register and use.
require('aframe');
require('aframe-reverse-look-controls');