• Get the bounding box of a list of objects

    Parameters

    • objects: Object3D<Object3DEventMap>[]

      the objects to get the bounding box from

    • ignore: Object3D<Object3DEventMap>[] | ((obj) => boolean | void) = undefined

      objects to ignore when calculating the bounding box

    Returns Box3

Generated using TypeDoc