Strata - v1.4.10
    Preparing search index...

    Interface HeadTrackerRef

    Ref interface for HeadTracker.

    interface HeadTrackerRef {
        lookAt: (target: Vector3) => void;
        reset: () => void;
    }
    Index

    Properties

    Properties

    lookAt: (target: Vector3) => void

    Manually set a target position.

    reset: () => void

    Reset to neutral orientation.