0.83.0 • Published 7 years ago

threejs-transformcontrols v0.83.0

Weekly downloads
45
License
MIT
Repository
github
Last release
7 years ago

threejs-transformcontrols

A module for using THREE.TransformControls with nodejs

See the original for a demo.

Updated for THREE R83.

Installation

npm install threejs-transformcontrols

Usage

var TransformControls = require('threejs-transformcontrols');
var controls = new TransformControls(camera, domElement);

Development

Ensure you have the same node environment using nvm.

npm install -g nvm nvm use

Then install as usual

npm install

Testing

Make sure you have loaded the nvm environment

nvm use

Then test as usual

npm test

0.83.0

7 years ago

0.82.3

8 years ago

0.82.2

8 years ago

0.82.1

8 years ago

0.81.0

8 years ago

0.82.0

8 years ago