Bullet 2.75

iisystem

04-10-2009 10:49:47

Hi,

I've tried to compile Bullet 2.75 + OgreBullet from SVN + Shoggoth 1.6.3.
There is a thing which should be patched in OgreBullet in order to get it compiled:

file OgreBullet\Collisions\src\Shapes\OgreBulletCollisionsMultiSphereShape.cpp
line 56 should be commented out:


mShape = new btMultiSphereShape(
//OgreBtConverter::to(inertiaHalfExtents), // remove this!
(btVector3 *) btPositions,
(const btScalar *) radi,
numSpheres);