difference between ConvexPointCloudShape and ConvexHullShape

fastflo
Posts: 14
Joined: Mon Oct 10, 2011 10:49 am

difference between ConvexPointCloudShape and ConvexHullShape

Post by fastflo »

what's the difference between ConvexPointCloudShape and ConvexHullShape?
they both work with supporting vertices, right?
which one shall be used?
User avatar
dphil
Posts: 237
Joined: Tue Jun 29, 2010 10:27 pm

Re: difference between ConvexPointCloudShape and ConvexHullS

Post by dphil »

This is a couple years old, but I'm assuming it still stands:

http://bulletphysics.org/Bullet/phpBB3/ ... ape#p12192

Sounds like btConvexHullShape is the way to go (it's what I use as well).