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

Bullet Physics cylinder and cone shapes #17252

Closed
Enhex opened this issue Mar 4, 2018 · 7 comments
Closed

Bullet Physics cylinder and cone shapes #17252

Enhex opened this issue Mar 4, 2018 · 7 comments

Comments

@Enhex
Copy link
Contributor

Enhex commented Mar 4, 2018

Bullet provides collision shapes that Godot doesn't expose yet: cylinder and cone.

@akien-mga akien-mga changed the title Bullet Physics shapes Bullet Physics cylinder and cone shapes Mar 5, 2018
@akien-mga
Copy link
Member

CC @AndreaCatania

@AndreaCatania
Copy link
Contributor

Good call, in this moment we need to implement a feature for both 2D and 3D if we break this rule is easy for me to implement these things

@vnen
Copy link
Member

vnen commented Mar 6, 2018

I'm not sure what would be the equivalent of cylinder and cone shapes for 2D. If some feature is only relevant for 3D, I'd say to go for it, especially if it's easy.

@aaronfranke
Copy link
Member

Bullet uses vertical-by-default collision meshes. We need to fix #5813 first.

@akien-mga
Copy link
Member

Cylinder shape implemented by #19540.

@aaronfranke
Copy link
Member

Does anyone want cone shapes? I personally have no use for them but some may find it useful.

@akien-mga
Copy link
Member

Let's wait for anyone to request them, we don't implement features unless users need them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants