Skip to content

ametni/threejs-transformcontrols

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

npm package for three.js transform controls

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%