The unit to show for rotation inputs. Defaults to degrees
.
The controller that is responsible for performing transforms.
The number of decimal places to show in the input. Defaults to 1
.
The unit to show for translation inputs. Defaults to millimeters
.
The starting position of this transform widget. This position will be updated as transforms occur. Setting this value to undefined
will remove the widget.
The starting angle for the transform widget. This rotation will be updated as the rotations occur.
Whether to show inputs beside the widget handles when they are interacted with. Defaults to true
.
The viewer to connect to transforms. If nested within a
Determines whether or not the x-rotation is disabled on the widget
Determines whether or not the x-translation is disabled on the widget
Determines whether or not the y-rotation is disabled on the widget
Determines whether or not the y-translation is disabled on the widget
Determines whether or not the z-rotation is disabled on the widget
Determines whether or not the z-translation is disabled on the widget
An event that is emitted when the interaction has ended
An event that is emitted an interaction with the widget has started
An event that is emitted when the position of the widget changes.
An event that is emitted when the rotation of the widget changes.
EXPERIMENTAL.
Enables Command+Z and Control+Z keybindings to perform an undo of the previous delta transformation.
EXPERIMENTAL_undo