Strata - v1.4.10
    Preparing search index...

    Variable FPSCameraConst

    FPSCamera: ForwardRefExoticComponent<
        FPSCameraProps & RefAttributes<FPSCameraRef>,
    > = ...

    First-Person Camera with mouse look and movement.

    Implements standard FPS controls including WASD movement, pointer-locked mouse look, and optional walking head bob.

    <FPSCamera
    position={[0, 1.8, 0]}
    movementSpeed={8}
    headBobEnabled
    />