Strata - v1.4.10
    Preparing search index...

    Interface LookAtProps

    Props for the LookAt component.

    interface LookAtProps {
        children?: ReactNode;
        config?: Partial<LookAtConfig>;
        target: Vector3 | RefObject<Object3D<Object3DEventMap>>;
    }
    Index

    Properties

    children?: ReactNode

    Child components to rotate.

    config?: Partial<LookAtConfig>

    Configuration for rotation speed, limits, and deadzones.

    target: Vector3 | RefObject<Object3D<Object3DEventMap>>

    Target position or object to face.