FlyControls
THREE.FlyControls
class FlyControls(camera: Camera, domElement: UndefOr[Element]) extends Object
This class enables a navigation similar to fly modes in DCC tools like Blender. You can arbitrarily transform the camera in 3D space without any limitations (e.g. focus on a specific target).
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Concrete fields
If set to true, the camera automatically moves forward (and does not stop) when initially translated.
If set to true, the camera automatically moves forward (and does not stop) when initially translated.
Attributes
If set to true, you can only look around by performing a drag interaction.
If set to true, you can only look around by performing a drag interaction.
Attributes
The movement speed.
The movement speed.
Attributes
The rotation speed.
The rotation speed.
Attributes
In this article