Blender Git Commit Log

Git Commits -> Revision f8ef887

Revision f8ef887 by Erwin Coumans (master)
March 2, 2009, 17:43 (GMT)
minor update to be compatible with Bullet 2.74 physics:
btPoint3 has been deprecated, it was already a typedef to btVector3
replace std::vector by btAlignedObjectArray when storing Bullet objects, because MSVC STL implementation has some bugs, preventing to contain aligned objects
(btVector3 is 16-byte aligned, to allow SIMD)

Commit Details:

Full Hash: f8ef887880ac217cc831b2ab9677e1f9e825537b
SVN Revision: 19174
Parent Commit: cc2e398
Lines Changed: +16, -15

3 Modified Paths:

/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp (+14, -13) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.h (+1, -1) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021