aframe-reverse-look-controls-component

3.0.1 • Public • Published

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');

Package Sidebar

Install

npm i aframe-reverse-look-controls-component

Weekly Downloads

1

Version

3.0.1

License

MIT

Last publish

Collaborators

  • dmarcos
  • ngokevin