Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pixel collision detection #3

Open
MysticQuest opened this issue Oct 26, 2023 · 0 comments
Open

Pixel collision detection #3

MysticQuest opened this issue Oct 26, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@MysticQuest
Copy link
Owner

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.

@MysticQuest MysticQuest added bug Something isn't working enhancement New feature or request labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant