فهرست منبع

Removed unused noFly property.

sole 13 سال پیش
والد
کامیت
4716aee469
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/extras/controls/FirstPersonControls.js

+ 0 - 1
src/extras/controls/FirstPersonControls.js

@@ -14,7 +14,6 @@ THREE.FirstPersonControls = function ( object, domElement ) {
 	this.movementSpeed = 1.0;
 	this.lookSpeed = 0.005;
 
-	this.noFly = false;
 	this.lookVertical = true;
 	this.autoForward = false;
 	// this.invertVertical = false;

粤ICP备19079148号