1.0.0 • Published 8 years ago

aframe-orbit-controls-component v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

aframe-orbit-controls-component

An Orbit Controls component for A-Frame VR.

Properties

PropertyDescriptionDefault Value

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/latest/aframe.min.js"></script>
  <script src="https://raw.githubusercontent.com/subsumo/aframe-orbit-controls/master/dist/aframe-orbit-controls-component.min.js"></script>
</head>

<body>
    <a-scene>
      <a-camera target="#target" distance="1" orbit-controls look-controls-enabled=false wasd-controls-enabled=true position="0 0 0" ></a-camera>
      <a-sphere id="target" position="0 0 1" radius="0.1" color="#EF2D5E"></a-sphere>
      <a-sky src="https://upload.wikimedia.org/wikipedia/commons/8/83/Equirectangular_projection_SW.jpg"></a-sky>
    </a-scene>
</body>

NPM Installation

Install via NPM:

npm install aframe-orbit-controls-component

Then register and use.

require('aframe');
require('aframe-orbit-controls-component');
1.0.0

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago