Orbiting Controls component for A-Frame VR
npm install aframe-orbit-controls-componentAn Orbit Controls component for A-Frame VR.
| Property | Description | Default Value |
| -------- | ----------- | ------------- |
| | | |
#### Browser Installation
Install and use by directly including the browser files:
``html
#### NPM Installation
Install via NPM:
`bash
npm install aframe-orbit-controls-component
`Then register and use.
`js
require('aframe');
require('aframe-orbit-controls-component');
``