• Get the bounding box of a list of objects

    Parameters

    • objects: Object3D[]

      the objects to get the bounding box from

    • ignore: any[] | ((obj) => boolean | void) = undefined

      objects to ignore when calculating the bounding box

    Returns Box3

Generated using TypeDoc