ThreePipe
    Preparing search index...

    Class TransformControls

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    axis: null | "X" | "Y" | "Z" | "E" | "XY" | "YZ" | "XZ" | "XYZ" | "XYZE"
    camera: Camera
    domElement: HTMLElement
    dragging: boolean
    enabled: boolean
    isTransformControls: true
    mode: "translate" | "rotate" | "scale"
    mouseButtons: { LEFT: MOUSE; MIDDLE: MOUSE; RIGHT: MOUSE }
    object: undefined | Object3D<Object3DEventMap>
    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