Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

threejs-transformcontrols

A module for using THREE.TransformControls with nodejs

threejs, 3d, transform, controls, webGL

readme

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