How to make spheres rotate in bullet3d
I am using the FallingCubes demo in Bullet3D and noticed that the cubes rotate when they collide. However when I change the program to use spheres (btSphereShape), they do not rotate. Note that I am using the iphone sdk for this. Does anyone have any advice on how to get these spheres to rotate? Here is some of the relevant code: bt...