|
@@ -24,11 +24,6 @@ module BABYLON {
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
|
|
- addVRDeviceOrientation(): FreeCameraInputsManager {
|
|
|
|
- this.add(new FreeCameraVRDeviceOrientationInput());
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
addTouch(): FreeCameraInputsManager {
|
|
addTouch(): FreeCameraInputsManager {
|
|
this.add(new FreeCameraTouchInput());
|
|
this.add(new FreeCameraTouchInput());
|
|
return this;
|
|
return this;
|