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 support for build_mode = segments in CollisionPolygon2D #112

Open
salvob41 opened this issue Mar 29, 2024 · 0 comments
Open

Add support for build_mode = segments in CollisionPolygon2D #112

salvob41 opened this issue Mar 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@salvob41
Copy link

Describe the bug

Setting build_mode = segments in CollisionPolygon2D does not change its behaviour, while setting up a CollisionShape2D with a ConcavePolygonShape2D inside works as expected. The two behaviours should be the same, as per this documentation page:

https://docs.godotengine.org/en/stable/classes/class_collisionpolygon2d.html#class-collisionpolygon2d-constant-build-segments

Using GodotPhysics2D as the physics engine does not show this bug. Box2D is able to work as expected with ConcavePolygonShape2D, so I suspect there's an issue in the addon.

To Reproduce
Steps to reproduce the behavior:

  1. Create a StaticBody2D with a CollisionPolygon2D node inside
  2. Add points to the polygon, and have it surround a player-controlled RigidBody2D
  3. Set the build mode of the CollisionPolygon2D to "segments"
  4. Test the scene. The RigidBody2D is able to go outside the polygon's boundary (and it should not be)
  5. Try again by creating a StaticBody2D with a CollisionShape2D inside, with a ConcavePolygonShape2D
  6. Set up the shape's segments to surround the player body
  7. Test the scene. The RigidBody2D is now correctly confined within the boundary

Expected behavior
CollisionPolygon2D with build_mode = segments should behave as ConcavePolygonShape2D

Project
If applicable, add a reproducible project to help explain your problem.

Versions (please complete the following information):

  • OS: Linux
  • Godot v4.2
  • Godot Box2d v0.9.9
@salvob41 salvob41 added the bug Something isn't working label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant