erwin.coumans
|
852fa3ba30
|
add the BT_ prefix for all #ifdef guards, to avoid conflicts with developers own header defines.
Fixes Issue 497
//license header
#ifndef BT_RIGIDBODY_H
#define BT_RIGIDBODY_H
class btRigidBody
{
};
#endif //BT_RIGIDBODY_H
|
2011-04-01 17:14:52 +00:00 |
|
ejcoumans
|
cdc8485db9
|
updated version, added 'singleObjectQuery' preliminary collision query (convex cast etc)
added filtering for raycast, thanks Jacky_J
const propagated through a few files
added btHeightfieldTerrainShape.cpp to cmake buildsystem
|
2007-07-03 05:10:20 +00:00 |
|
ejcoumans
|
eb23bb5c0c
|
merged most of the changes from the branch into trunk, except for COLLADA, libxml and glut glitches.
Still need to verify to make sure no unwanted renaming is introduced.
|
2006-09-27 20:43:51 +00:00 |
|
ejcoumans
|
0e04cfc806
|
First stage in refactoring Bullet: moved Bullet Collision and Dynamics and LinearMath into src folder, and all files in Collision Detection and Dynamics have bt prefix.
Made all buildsystems to work again (jam, msvc, cmake)
|
2006-09-25 08:58:57 +00:00 |
|