Changeset 1614 for trunk/test/Physics/EasyPhysics.cpp
- Timestamp:
- Jul 9, 2012, 3:35:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Physics/EasyPhysics.cpp
r1613 r1614 130 130 { 131 131 SetLocalInertia(m_mass); 132 m_rigid_body->setMassProps(mass, LOL2BT_VEC3(m_local_inertia));132 m_rigid_body->setMassProps(mass, m_local_inertia); 133 133 } 134 134 }
Note: See TracChangeset
for help on using the changeset viewer.