Class TransformControls

Hierarchy (view full)

Constructors

Properties

axis: null | "XYZ" | "X" | "Y" | "Z" | "E" | "XY" | "YZ" | "XZ" | "XYZE"
camera: Camera<Event, string>
domElement: HTMLElement
dragging: boolean
enabled: boolean
isTransformControls: true
mode: "rotate" | "scale" | "translate"
mouseButtons: {
    LEFT: MOUSE;
    MIDDLE: MOUSE;
    RIGHT: MOUSE;
}

Type declaration

object: undefined | Object3D<Event, string>
rotationSnap: null | number
showX: boolean
showY: boolean
showZ: boolean
size: number
space: "local" | "world"
translationSnap: null | number
ObjectConstructors: {
    LineBasicMaterial: typeof LineBasicMaterial;
    MeshBasicMaterial: typeof MeshBasicMaterial;
}

Type declaration

Methods

Generated using TypeDoc