OBB of convexhull

sabotage3d
Posts: 9
Joined: Tue Nov 11, 2014 1:52 pm

OBB of convexhull

Post by sabotage3d »

Hi,
Is there any method in the Bullet Physics library for calculating OBB for a convex hull geometry ?
So far I found this one: https://github.com/bulletphysics/bullet ... fitobb.cpp
Is there any examples on how to use it ?