Blender Git Commit Log
Git Commits -> Revision c8bf0aa
Revision c8bf0aa by Lukas Toenne (temp_bullet_ghosts) April 28, 2015, 15:22 (GMT) |
Refactoring internal btCollisionShape storage in the rbCollisionShape wrapper class. Now there are a matching subclasses of `rbCollisionShape` for each of the used `btCollisionShape` equivalents. They store a bt shapes as direct members, which means the internal memory allocation can be largely avoided later, which is useful for efficient creation of many shapes in mempools etc. |
Commit Details:
Full Hash: c8bf0aa5c4146d2b01a19510df9ed3329ad96826
Parent Commit: 9d8dcff
Lines Changed: +170, -101