three-fly-controls

2.0.0 • Public • Published

three-fly-controls

Three.js fly controls, adapted from http://threejs.org/examples/js/controls/FlyControls.js

usage

npm install three-fly-controls

 
var THREE = require('three.js');
 
// Add the plugin
require('three-fly-controls')(THREE);
 
 
// build your THREE.js scene
 
 
THREE.FlyControls(cameraObject, domElement);

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i three-fly-controls

      Weekly Downloads

      127

      Version

      2.0.0

      License

      MIT

      Unpacked Size

      8.16 kB

      Total Files

      3

      Last publish

      Collaborators

      • mathisonian