Class TransformControls

Hierarchy (View Summary)

Constructors

Properties

axis: null | "XYZ" | "X" | "Y" | "Z" | "E" | "XYZE" | "XY" | "YZ" | "XZ"
camera: Camera
domElement: HTMLElement
dragging: boolean
enabled: boolean
isTransformControls: true
mode: "translate" | "rotate" | "scale"
mouseButtons: { LEFT: MOUSE; MIDDLE: MOUSE; RIGHT: MOUSE }
object: undefined | Object3D
rotationSnap: null | number
showX: boolean
showY: boolean
showZ: boolean
size: number
space: "world" | "local"
translationSnap: null | number
ObjectConstructors: {
    LineBasicMaterial: typeof LineBasicMaterial;
    MeshBasicMaterial: typeof MeshBasicMaterial;
}

Methods