getBoundingBox abstract method
Gets the bounding box for entity
(which is assumed to be
have a renderable component attached).
Implementation
Future<Aabb3> getBoundingBox(ThermionEntity entity);
Gets the bounding box for entity
(which is assumed to be
have a renderable component attached).
Future<Aabb3> getBoundingBox(ThermionEntity entity);