2.0.1 • Published 5 years ago

orbit-controls-es6 v2.0.1

Weekly downloads
892
License
Unlicense
Repository
github
Last release
5 years ago

Orbit Controls ES6

Little update to Orbit Controls from three.js to support ES6 modules

Install

npm i orbit-controls-es6 --save

Example

import OrbitControls from 'orbit-controls-es6';

const controls = new OrbitControls(camera, renderer.domElement);
controls.enabled = true;
controls.maxDistance = 1500;
controls.minDistance = 0;
2.0.1

5 years ago

2.0.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago