Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

npm package for three.js transform controls

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages