getViewportBoundingBox method
Gets the 2D bounding box (in viewport coordinates) for the given entity.
Implementation
@override
Future<Aabb2> getViewportBoundingBox(ThermionEntity entity) {
// TODO: implement getViewportBoundingBox
throw UnimplementedError();
}