Blender Git Loki
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