Changeset 1614 for trunk/test/Physics/LolBtPhysicsIntegration.h
- Timestamp:
- Jul 9, 2012, 3:35:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Physics/LolBtPhysicsIntegration.h
r1611 r1614 27 27 #define BT2LOL_SIZE 2.0f 28 28 29 #define LOL2BT_VEC3(ELEMENT) (*(btVector3*)(&(ELEMENT)))29 #define LOL2BT_VEC3(ELEMENT) btVector3((ELEMENT).x, (ELEMENT).y, (ELEMENT).z) 30 30 #define BT2LOL_VEC3(ELEMENT) (*(lol::vec3*)(&(ELEMENT))) 31 31
Note: See TracChangeset
for help on using the changeset viewer.