We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the title suggests the SAT collision tests fails on certain close cases specially if the difference of size of 2 polygons is big.
Relevant functions:
bool CGL_sat_collision_overlap_on_axis(CGL_shape* a, CGL_shape* b, CGL_vec2 axis, float* overlap_amount); bool CGL_sat_collision_detect(CGL_shape* a, CGL_shape* b, CGL_vec2* n_vector); void CGL_sat_collision_calculate_axes(CGL_shape* shape, CGL_vec2* axes, CGL_int* axes_count);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As the title suggests the SAT collision tests fails on certain close cases specially if the difference of size of 2 polygons is big.
Relevant functions:
The text was updated successfully, but these errors were encountered: