Search found 1 match

by Karyuu
Tue Jun 12, 2018 6:46 am
Forum: PyBullet Support and Feedback
Topic: Set different radius for GEOM_CAPSULE
Replies: 0
Views: 3020

Set different radius for GEOM_CAPSULE

In function createCollisionShape, the parameter radius is a scalar float, this can create a capsule with same radius for two side. Is there any way to create a capsule with different radius? In this way, the capsule may look like a cone. (Of course, this can be make by using GEOM_MESH, but it's a li...