getBoundingBox method

Future<Aabb3> getBoundingBox()

The dimensions of the bounding box for this asset. This is independent of the boundingBoxAsset (which is used to visualize the bounding box in the scene); you do not need to call createBoundingBoxAsset before this method.

Implementation

Future<Aabb3> getBoundingBox()  async {
  throw UnimplementedError();
}