PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
4 sec ago
lettredemonseign00cond
4 sec ago
Untitled
4 sec ago
ser_1369350228214
13 sec ago
Dildos and Pollen
21 sec ago
Untitled
30 sec ago
Untitled
38 sec ago
Untitled
37 sec ago
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)
Cannot get the FirstPersonControls in three.js working
controls = new THREE.FirstPersonControls( camera );
controls.movementSpeed = 70;
controls.lookSpeed = 0.05;
controls.noFly = true;
controls.lookVertical = false;
controls.update();
create a
new version
of this paste
RAW Paste Data
Cannot get the FirstPersonControls in three.js working controls = new THREE.FirstPersonControls( camera ); controls.movementSpeed = 70; controls.lookSpeed = 0.05; controls.noFly = true; controls.lookVertical = false; controls.update();