Strata - v1.4.10
    Preparing search index...

    Variable DynamicDOFConst

    DynamicDOF: ForwardRefExoticComponent<
        DynamicDOFProps & RefAttributes<DynamicDOFRef>,
    > = ...

    Intelligent Dynamic Depth of Field.

    Automatically manages focus distance by tracking a target object or mesh. Features smooth focus pulling and high-quality bokeh simulation.

    const targetRef = useRef<THREE.Mesh>(null);

    <DynamicDOF
    target={targetRef}
    focalLength={75}
    bokehScale={4}
    />