Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

orbit-controls-es6

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Issues
File Explorer

Advanced tools

orbit-controls-es6

Threejs orbit controls update for ES6

    2.0.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
212
decreased by-44.5%

Weekly downloads

Readme

Source

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;

FAQs

Last updated on 30 Sep 2019

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc