Skip to content

Instantly share code, notes, and snippets.

@k2xl
Created February 12, 2013 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k2xl/4773008 to your computer and use it in GitHub Desktop.
Save k2xl/4773008 to your computer and use it in GitHub Desktop.
controls = new THREE.FlyControls(@camera,@canvas);
controls.movementSpeed = 1;
controls.domElement = @canvas;
controls.rollSpeed = 0.01;
controls.autoForward = false;
controls.dragToLook = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment