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
GeneralIntersector returns a Boxed type. Since these functions can be called several thousand times per frame, it may be worth considering an alternative that doesn't require heap allocation.
GeneralIntersector
returns aBox
ed type. Since these functions can be called several thousand times per frame, it may be worth considering an alternative that doesn't require heap allocation.https://github.com/Limeth/euclider/blob/master/src/universe/entity/shape.rs#L35-L40
The text was updated successfully, but these errors were encountered: