@jsantell/three-orbit-controls

1.0.0 • Public • Published

three-orbit-controls

Build Status

Personal fork of THREE.OrbitControls hosted on npm as @jsantell/three-orbit-controls. ES6-ified for inclusion via module bundler.

Installation

$ npm install --save @jsantell/three-orbit-controls

Usage

import { PerspectiveCamera, WebGLRenderer } from 'three';
import OrbitControls from '@jsantell/three-orbit-controls';

const renderer = new WebGLRenderer();
const controls = new OrbitControls(new PerspectiveCamera(), renderer.domElement || document);

Build

$ npm run build

Publish

$ npm run version

License

MIT License, Copyright © 2010-2018 three.js authors

Package Sidebar

Install

npm i @jsantell/three-orbit-controls

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

71.3 kB

Total Files

7

Last publish

Collaborators

  • jsantell