Replies: 3 comments 5 replies
-
The best way to do it is to create a convex hull shape. You'd generate points on a circle (note: don't use too many, 8 or 16 is probably enough) and a single point for the top. |
Beta Was this translation helpful? Give feedback.
4 replies
-
No need to open a new discussion, and what about a Torus? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is now possible as of this PR: #1241 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to create a cone shape ?
In some engine , the cone is a special Cylinder , there are 2 radius , when one is 0 , the Cylinder will become a cone.
But I can't do that in JoltPhysics.
Beta Was this translation helpful? Give feedback.
All reactions