threejs-transformcontrols

0.83.0 • Public • Published

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

/threejs-transformcontrols/

    Package Sidebar

    Install

    npm i threejs-transformcontrols

    Weekly Downloads

    3

    Version

    0.83.0

    License

    MIT

    Last publish

    Collaborators

    • nicolasdelahaigue