|
@@ -120,7 +120,7 @@ export class FollowCamera extends TargetCamera {
|
|
|
|
|
|
this.lockedTarget = lockedTarget;
|
|
|
this.inputs = new FollowCameraInputsManager(this);
|
|
|
- this.inputs.addKeyboard()/*.addMouseWheel()*/.addPointers();
|
|
|
+ this.inputs.addKeyboard().addMouseWheel().addPointers();
|
|
|
// Uncomment the following line when the relevant handlers have been implemented.
|
|
|
// this.inputs.addKeyboard().addMouseWheel().addPointers().addVRDeviceOrientation();
|
|
|
}
|