2.0.0 • Published 5 years ago

three-fly-controls v2.0.0

Weekly downloads
549
License
MIT
Repository
github
Last release
5 years ago

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);