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 |
|
erwin.coumans
|
6b89f028bf
|
add newlines to files, thanks to tasioga for the patch
http://code.google.com/p/bullet/issues/detail?id=334
|
2010-01-20 21:33:35 +00:00 |
|
erwin.coumans
|
22fe8935c3
|
updated test1.oec with a few static objects
fix Maya plugin hinge constraint support
update copyright year in BulletCollision/CollisionShapes.
|
2009-05-12 22:28:45 +00:00 |
|
erwin.coumans
|
8acadeb711
|
minor tweaks to demos: enable constraint debug drawing in AllBulletDemos, default constraint debugging size set to 0.3,
set svn:eol-style native for folder files
http://code.google.com/p/bullet/issues/detail?id=191
|
2009-02-18 22:52:03 +00:00 |
|
erwin.coumans
|
1c0fa00bc7
|
+ provide access to 'root' collision shape, in case the original collision shape is temporarily replaced by a child collision shape.
+ added MultiMaterialDemo showing how to use the new btTriangleIndexVertexMaterialArray.
Thanks to Alex Silverman for this contribution!
|
2008-07-10 22:19:30 +00:00 |
|