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 PolyCapsule2D node #134

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Add PolyCapsule2D node #134

merged 1 commit into from
Sep 28, 2021

Conversation

Xrayez
Copy link
Contributor

@Xrayez Xrayez commented Sep 28, 2021

Allows to generate capsule outlines. Extends PolyNode2D so it can be used with other nodes in boolean operations in 2D in the scene. Similar to CapsuleShape2D in Godot.

image

GoostGeometry2D.capsule() is also added if you don't want or need to use nodes (similar to GoostGeometry2D.circle()).

Allows to generate capsule outlines. Extends `PolyNode2D` so it can be used with other nodes in boolean operations in 2D in the scene. Similar to `CapsuleShape2D` in Godot.
@Xrayez Xrayez merged commit 3f73261 into gd3 Sep 28, 2021
@Xrayez Xrayez deleted the poly-capsule-2d branch September 28, 2021 12:34
@Xrayez Xrayez added this to the 1.1-gd3 milestone Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant