Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 23rd, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 27  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Cannot get the FirstPersonControls in three.js working
  2. controls = new THREE.FirstPersonControls( camera );
  3.  
  4.                 controls.movementSpeed = 70;
  5.                 controls.lookSpeed = 0.05;
  6.                 controls.noFly = true;
  7.                 controls.lookVertical = false;
  8.        
  9. controls.update();