three-transformcontrols

A module for using THREE.TransformControls with nodejs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
three-transformcontrols
230.78.17 years ago8 years agoMinified + gzip package size for three-transformcontrols in KB

Readme

three-transformcontrols
A module for using THREE.TransformControls with nodejs
See the original for a demo.
Updated for THREE R78.

Installation

npm install three-transformcontrols

Usage

var TransformControls = require('three-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