3d AABB Collision in group

I suggest you try to use Box3.applyMatrix4 and Sphere.applyMatrix4 in order to apply the world matrix of a bounding volume’s mesh each frame. In this way, the transformation of superior objects like the group should be taken into account.

1 Like