Viewer - Interaction
    Preparing search index...

    Interface IDragAnchor

    interface IDragAnchor {
        position: vec3;
        id?: string;
        rotation?: { angle: number; axis: vec3 };
    }
    Index

    Properties

    position: vec3
    id?: string

    The id of the anchor

    rotation?: { angle: number; axis: vec3 }