Changeset 8554 for code/branches/pickup/src/modules/objects
- Timestamp:
- May 23, 2011, 11:26:08 PM (14 years ago)
- Location:
- code/branches/pickup/src/modules/objects/collisionshapes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup/src/modules/objects/collisionshapes/BoxCollisionShape.h
r8422 r8554 51 51 Reto Grieder 52 52 53 @see btBoxShape 53 54 @ingroup Collisionshapes 54 55 */ -
code/branches/pickup/src/modules/objects/collisionshapes/ConeCollisionShape.h
r8422 r8554 49 49 Reto Grieder 50 50 51 @ingroup Collisionshapes. 51 @see btConeShape 52 @ingroup Collisionshapes 52 53 */ 53 54 class _ObjectsExport ConeCollisionShape : public CollisionShape -
code/branches/pickup/src/modules/objects/collisionshapes/PlaneCollisionShape.h
r8422 r8554 51 51 Martin Stypinski 52 52 53 @see btStaticPlaneShape 53 54 @ingroup Collisionshapes 54 55 */ -
code/branches/pickup/src/modules/objects/collisionshapes/SphereCollisionShape.h
r8422 r8554 49 49 Reto Grieder 50 50 51 @see btSphereShape 51 52 @ingroup Collisionshapes 52 53 */
Note: See TracChangeset
for help on using the changeset viewer.