You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In every class implementing CheckCollisionVisitorInterface in the method checkDynamicCollision there is always a check of static collision using the checkStaticCollision method. It is better to move the checkout out of the Visitors to the DynamicCollisionDetectionStrategy.
The lack of a static collision is a precondition to start checking the continuous collision.
The text was updated successfully, but these errors were encountered:
In every class implementing
CheckCollisionVisitorInterface
in the methodcheckDynamicCollision
there is always a check of static collision using thecheckStaticCollision
method. It is better to move the checkout out of the Visitors to theDynamicCollisionDetectionStrategy
.The lack of a static collision is a precondition to start checking the continuous collision.
The text was updated successfully, but these errors were encountered: