3.0.1 • Published 7 years ago

aframe-reverse-look-controls-component v3.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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/reverse-look-controls-component@3.0.0/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');