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
Description:
Pixel collision is meant to run only when AABB collision is detected between two objects.
Misc information:
CollisionSystems.cpp already contains a couple of pixel collision functions that are never called.
They were implemented at some point but pixel collision was not accurate and attempts to fix it broke the textures so it was suspended for the time being.
Description:
Pixel collision is meant to run only when AABB collision is detected between two objects.
Misc information:
CollisionSystems.cpp already contains a couple of pixel collision functions that are never called.
They were implemented at some point but pixel collision was not accurate and attempts to fix it broke the textures so it was suspended for the time being.
PixelCollision
PixelIsSolid
Goal:
Fix pixel collision (duh) and run it inside AABB detection.
The text was updated successfully, but these errors were encountered: