I was wondering why everything worked well but I could not construct
btHeightfieldTerrainShape even though I included:
#import <BulletCollision/btBulletCollisionCommon.h>
#import <BulletDynamics/btBulletDynamicsCommon.h>
Then I searched for the #include of "btHeightfieldTerrainShape.h" and the only
entry I found was in
"src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp"
so I added the line:
#include "BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h"
to the other "Collision Shapes" in src/btBulletCollisionCommon.h (see patch)
Original issue reported on code.google.com by Alexande...@gmx.net on 6 Jan 2013 at 3:15
Original issue reported on code.google.com by
Alexande...@gmx.net
on 6 Jan 2013 at 3:15Attachments: