0.0.11 • Published 5 years ago

three-trackballcontrols-es6 v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

three-trackballcontrols

NPM

Dependency Badge

A module for using THREE.TrackballControls with nodejs

Setup and Installation

Pre-requisites

  • Three.js installed via npm (npm install three)

Installation

npm install three-trackballcontrols

Usage

Assuminng that you're using three-trackballcontrols in the same code as three, all you have to do is require it right after three.

var THREE = require('three');
var TrackballControls = require('three-trackballcontrols');

And when you're setting up your camera:

this.controls = new TrackballControls( this.camera, this.renderBox );

Then you're off to the races!

To-Dos

  • Testing
0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago