0.1.6 • Published 10 years ago

three.fly v0.1.6

Weekly downloads
12
License
MIT
Repository
github
Last release
10 years ago

three.fly

This is adoptation of three.js FlyControls to common js module, with major rewrite of internal structure.

usage

// 1. Create fly controls:
var fly = require('three.fly');
var controls = fly(camera);

// 2. Inside your update scene loop (e.g. inside requestAnimationFrame()):
controls.update(1); // `1` is time delta.

install

With npm do:

npm install three.fly

license

MIT

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

11 years ago