szmate1618 / comets

1 stars 0 forks source link

Crop bounding boxes to the current partition #109

Open szmate1618 opened 2 years ago

szmate1618 commented 2 years ago

In Universe.cpp there is a part

//TODO: Crop bounding boxes to the current partition.
if (shape1.InviteForCollision(shape1.GetBoundingBox(), shape2.GetBoundingBox(), shape2))

This needs to be done.