Changeset 1591 for trunk/test/BtPhysTest.h
- Timestamp:
- Jul 8, 2012, 6:16:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/BtPhysTest.h
r1581 r1591 24 24 Camera* m_camera; 25 25 bool m_ready; 26 27 lol::phys::Simulation* m_simulation; 28 Array<PhysicsObject*> m_physobj_list; 29 PhysicsObject* m_ground_object; 30 31 #if 0 26 32 EasyMesh m_ground_mesh; 27 33 EasyMesh m_rigid_mesh[6]; … … 41 47 Array<btCollisionShape*> m_bt_collision_shapes; 42 48 Array<btCollisionShape*> m_bt_dynamic_shapes; 49 #endif 43 50 }; 44 51
Note: See TracChangeset
for help on using the changeset viewer.