pub fn calculate_bounds(
    commands: Commands<'_, '_>,
    meshes: Res<'_, Assets<Mesh>>,
    without_aabb: Query<'_, '_, (Entity, &Handle<Mesh>), (Without<Aabb>, Without<NoFrustumCulling>)>
)