getRenderableBoundingBox abstract method

Future<Aabb3> getRenderableBoundingBox(
  1. ThermionEntity entity
)

Gets the 3D axis aligned bounding box for the given entity.

Implementation

Future<Aabb3> getRenderableBoundingBox(ThermionEntity entity);