harrison-lucas / bullet

Automatically exported from code.google.com/p/bullet
Other
0 stars 0 forks source link

Missing btHeightfieldTerrainShape.h include #688

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
See https://github.com/bulletphysics/bullet3/issues/105

Original comment by erwin.coumans on 30 Mar 2014 at 6:24