computeWorldBoundingBox
Compute the world bounding box of the object.
Syntax
object.computeWorldBoundingBox();
Returns
Promise<Box3>
- A promise that resolves with the bounding box of the object.
Example
const boundingBox = await object.computeWorldBoundingBox();
Available on: Client