1.0.3 • Published 6 years ago

@nk11/animation-lib v1.0.3

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

npm install

npm start

npm build

To Use Orbit Controls

npm i orbit-controls-es6 --save

in main.js:

import OrbitControls from 'orbit-controls-es6'
 
this.controls = new OrbitControls(this.camera, this.renderer.domElement)
this.controls.enabled = true
this.controls.maxDistance = 1500
this.controls.minDistance = 0

TODO

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago