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

Add ShapeCast2D node #54803

Merged
merged 2 commits into from
Nov 12, 2021
Merged

Commits on Nov 12, 2021

  1. Add ShapeCast2D node

    Xrayez committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f979d59 View commit details
    Browse the repository at this point in the history
  2. Remove get_closest_* methods from ShapeCast2D

    The physics API cannot provide needed functionality to ensure the correct behavior, which might lead to confusion (see `rest_info()`).
    
    However `get_closest_collision_safe/unsafe_fraction()` methods are not removed, because they return correct result from `cast_motion()`.
    Xrayez committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    6a67350 View commit details
    Browse the repository at this point in the history